summaryrefslogtreecommitdiff
path: root/orkbasecxx/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Object.h')
-rw-r--r--orkbasecxx/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/Object.h b/orkbasecxx/Object.h
index 0585d25..5674e55 100644
--- a/orkbasecxx/Object.h
+++ b/orkbasecxx/Object.h
@@ -31,7 +31,7 @@ typedef boost::shared_ptr<Object> ObjectRef;
/** An Object is the equivalent of a Java Object
*/
-class DLL_IMPORT_EXPORT Object
+class DLL_IMPORT_EXPORT_ORKBASE Object
{
public:
virtual void Define(Serializer* s) = 0;