- Debug mode can now be disabled.
This commit is contained in:
Paul Beckingham 2014-05-11 10:15:10 -04:00
parent 567f242e6d
commit a97ce45cdf
4 changed files with 14 additions and 10 deletions

View file

@ -47,7 +47,7 @@ public:
void compileExpression (const std::string&);
void evaluateCompiledExpression (Variant&);
void ambiguity (bool);
void debug ();
void debug (bool);
static void getOperators (std::vector <std::string>&);