diff options
author | randomdan <randomdan@localhost> | 2011-02-11 17:05:22 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-02-11 17:05:22 +0000 |
commit | 64bc79d1f68dc2fff39d603ef1da45fc532bb24d (patch) | |
tree | cfaf23653cfa31ee6d4b6ce7f016bfc07f93a555 /project2/fileRows.cpp | |
parent | Support for table patching in different ways according to what the connector ... (diff) | |
download | project2-64bc79d1f68dc2fff39d603ef1da45fc532bb24d.tar.bz2 project2-64bc79d1f68dc2fff39d603ef1da45fc532bb24d.tar.xz project2-64bc79d1f68dc2fff39d603ef1da45fc532bb24d.zip |
Don't rely on crazy dangerous global init/destroy for loader registration
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), |