diff options
Diffstat (limited to 'project2/common/commonObjects.h')
-rw-r--r-- | project2/common/commonObjects.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/common/commonObjects.h b/project2/common/commonObjects.h index 788e3bd..474e7e4 100644 --- a/project2/common/commonObjects.h +++ b/project2/common/commonObjects.h @@ -5,8 +5,9 @@ #include "rowSet.h" #include "scriptStorage.h" #include "options.h" +#include <visibility.h> -class CommonObjects : public virtual IntrusivePtrBase { +class DLL_PUBLIC CommonObjects : public virtual IntrusivePtrBase { public: typedef STORAGEOF(RowSet) RowSets; typedef STORAGEOF(DataSource) DataSources; |