diff options
Diffstat (limited to 'project2/fileRows.cpp')
-rw-r--r-- | project2/fileRows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/fileRows.cpp b/project2/fileRows.cpp index 4a3c58b..315c987 100644 --- a/project2/fileRows.cpp +++ b/project2/fileRows.cpp @@ -4,7 +4,7 @@ #include "exceptions.h" #include <boost/algorithm/string/predicate.hpp> -ElementLoaderImpl<FileRows> filerowsLoader("filerows"); +DECLARE_LOADER("filerows", FileRows); FileRows::FileRows(const xmlpp::Element * p) : SourceObject(p), |