summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index f82d095..984e861 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -110,6 +110,7 @@ public:
InterpreterOptions() :
withDebugger(false),
verbose(false),
+ checking(false),
withHTTP(true),
withHTTPS(true),
withWS(true),
@@ -121,6 +122,7 @@ public:
bool withDebugger;
bool verbose;
+ bool checking;
bool withHTTP;
bool withHTTPS;
bool withWS;