diff options
Diffstat (limited to 'project2/library.h')
-rw-r--r-- | project2/library.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/library.h b/project2/library.h index 4dfdadd..af8e73f 100644 --- a/project2/library.h +++ b/project2/library.h @@ -11,7 +11,7 @@ class Library : public SourceObject { private: void * handle; }; -extern Storage<Library>::Objects libraries; +extern STORAGEOF(Library) libraries; #endif |