summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-02 21:56:24 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-03-02 21:56:24 -0500
commite60057ad066553ad197bea162662544b57706bed (patch)
tree164e306768956b88e7bfdec14aad0e67a8939b43 /sigmod
parentfb9030418a3790edc62e77b7e9896d7a340fa051 (diff)
downloadsigen-e60057ad066553ad197bea162662544b57706bed.tar.gz
sigen-e60057ad066553ad197bea162662544b57706bed.tar.xz
sigen-e60057ad066553ad197bea162662544b57706bed.zip
Export Object
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/Object.h b/sigmod/Object.h
index e1c61582..b96c2fc9 100644
--- a/sigmod/Object.h
+++ b/sigmod/Object.h
@@ -56,7 +56,7 @@ class Game;
* It also provides an interface for validation, saving to XML format,
* as well as loading from XML.
*/
-class SIGMOD_IMPORT Object : public QObject
+class SIGMOD_EXPORT Object : public QObject
{
Q_OBJECT