summaryrefslogtreecommitdiff
path: root/project2/if.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/if.cpp')
-rw-r--r--project2/if.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/if.cpp b/project2/if.cpp
index 647c0d0..9d367bf 100644
--- a/project2/if.cpp
+++ b/project2/if.cpp
@@ -2,7 +2,7 @@
#include "logger.h"
#include "xmlObjectLoader.h"
-ElementLoaderImpl<If> ifLoader("if");
+DECLARE_LOADER("if", If);
class IfModeIsNonsense : public std::exception { };