summaryrefslogtreecommitdiff
path: root/project2/xslRows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/xslRows.cpp')
-rw-r--r--project2/xslRows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/xslRows.cpp b/project2/xslRows.cpp
index 62b0f74..3742e93 100644
--- a/project2/xslRows.cpp
+++ b/project2/xslRows.cpp
@@ -9,7 +9,7 @@
#include <libxml/xpathInternals.h>
#include "../libmisc/curlsup.h"
-ElementLoaderImpl<XslRows> xslrowLoader("xslrows");
+DECLARE_LOADER("xslrows", XslRows);
class XmlParseError : public std::exception { };
class XpathInitError : public std::exception { };