src/lib/JavaPropertiesUnescapingINIHandler.h
branchv_0
changeset 18 a8c1381ef103
parent 17 4b1612d20cb2
--- a/src/lib/JavaPropertiesUnescapingINIHandler.h	Thu Nov 26 00:38:44 2020 +0100
+++ b/src/lib/JavaPropertiesUnescapingINIHandler.h	Thu Nov 26 11:41:55 2020 +0100
@@ -94,7 +94,7 @@
 
 public:
 
-	JavaPropertiesUnescapingINIContentHandler(INIContentHandler& output, bool lastEscaphingPhase) : UnescapingINIContentHandler(output, lastEscaphingPhase) {
+	JavaPropertiesUnescapingINIContentHandler(INIContentHandler& output, bool lastEscaphingPhase) : UnescapingINIContentHandler(output, lastEscaphingPhase, true) {
 	}
 
 };