diff options
Diffstat (limited to 'project2/regexCheck.cpp')
-rw-r--r-- | project2/regexCheck.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project2/regexCheck.cpp b/project2/regexCheck.cpp index 62be6b1..92b7563 100644 --- a/project2/regexCheck.cpp +++ b/project2/regexCheck.cpp @@ -1,6 +1,6 @@ #include "regexCheck.h" #include "xmlObjectLoader.h" -#include "appEngine.h" +#include "commonObjects.h" #include <boost/regex.hpp> ElementLoaderImpl<_RegexCheck> regexCheckLoader("regexcheck"); @@ -18,7 +18,7 @@ _RegexCheck::~_RegexCheck() } void -_RegexCheck::loadComplete() +_RegexCheck::loadComplete(const CommonObjects *) { } |