src/lib/UnescapingProcessor.h
branchv_0
changeset 33 c9a158da6c32
parent 28 0e7c57d48d1e
--- a/src/lib/UnescapingProcessor.h	Mon Nov 30 00:12:16 2020 +0100
+++ b/src/lib/UnescapingProcessor.h	Sun Oct 31 17:30:40 2021 +0100
@@ -20,8 +20,6 @@
 
 #include "INIReader.h"
 
-using namespace std;
-
 namespace relpipe {
 namespace in {
 namespace ini {
@@ -52,6 +50,8 @@
 
 	virtual std::string unescape(const std::string& s, const TextType type) = 0;
 
+	virtual ~UnescapingProcessor() {
+	}
 };
 
 }