summaryrefslogtreecommitdiff
path: root/project2/library.cpp
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-07-14 19:50:11 +0000
committerrandomdan <randomdan@localhost>2011-07-14 19:50:11 +0000
commitd2f60795927647c09acbeceb32efb8a29314c340 (patch)
tree5dc1f6f9b8331a17e67863c847ea63ca97f5d92c /project2/library.cpp
parentFix unused_result warning when compiled with optimization enabled (diff)
downloadproject2-d2f60795927647c09acbeceb32efb8a29314c340.tar.bz2
project2-d2f60795927647c09acbeceb32efb8a29314c340.tar.xz
project2-d2f60795927647c09acbeceb32efb8a29314c340.zip
All new dynamic transformations and processing and tidyup and stuff
Diffstat (limited to 'project2/library.cpp')
-rw-r--r--project2/library.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/library.cpp b/project2/library.cpp
index 1941254..b1e0b9b 100644
--- a/project2/library.cpp
+++ b/project2/library.cpp
@@ -27,7 +27,7 @@ Library::loadComplete(const CommonObjects*)
{
}
-Storage<Library>::Objects libraries;
+STORAGEOF(Library) libraries;
class LibraryLoader : public ElementLoaderImpl<Library> {
public:
void onIteration()