diff options
Diffstat (limited to 'project2/common/scriptLoader.h')
-rw-r--r-- | project2/common/scriptLoader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/common/scriptLoader.h b/project2/common/scriptLoader.h index fed7cef..c5cf853 100644 --- a/project2/common/scriptLoader.h +++ b/project2/common/scriptLoader.h @@ -11,6 +11,7 @@ #include <glibmm/ustring.h> #include <map> #include <vector> +#include <visibility.h> class CommonObjects; class Storer; @@ -18,7 +19,7 @@ class ScriptReader; class SourceObject; typedef boost::intrusive_ptr<SourceObject> SourceObjectPtr; -class LoaderBase { +class DLL_PUBLIC LoaderBase { public: typedef boost::intrusive_ptr<Storer> StorerPtr; typedef std::vector<StorerPtr> StorerPtrs; |