summaryrefslogtreecommitdiff
path: root/orkbasecxx/ObjectFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/ObjectFactory.h')
-rw-r--r--orkbasecxx/ObjectFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/ObjectFactory.h b/orkbasecxx/ObjectFactory.h
index 52f61b7..4ebaf60 100644
--- a/orkbasecxx/ObjectFactory.h
+++ b/orkbasecxx/ObjectFactory.h
@@ -22,7 +22,7 @@
/** The ObjectFactory can be used to instanciate Objects based on class name.
All existing Objects must be registered to the ObjectFactory at startup.
*/
-class DLL_IMPORT_EXPORT ObjectFactory
+class DLL_IMPORT_EXPORT_ORKBASE ObjectFactory
{
public:
void Initialize();