summaryrefslogtreecommitdiff
path: root/project2/regexCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/regexCheck.cpp')
-rw-r--r--project2/regexCheck.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/regexCheck.cpp b/project2/regexCheck.cpp
index 08b1e75..5588673 100644
--- a/project2/regexCheck.cpp
+++ b/project2/regexCheck.cpp
@@ -3,7 +3,7 @@
#include "commonObjects.h"
#include <boost/regex.hpp>
-ElementLoaderImpl<RegexCheck> regexCheckLoader("regexcheck");
+DECLARE_LOADER("regexcheck", RegexCheck);
RegexCheck::RegexCheck(const xmlpp::Element * p) :
SourceObject(p),