diff options
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 9afe0b6..d017c56 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -60,7 +60,10 @@ public: /** * constructor */ - ctest() {} + ctest() {m_UseRegExp = false;} + + bool m_UseRegExp; + std::string m_RegExp; private: }; |