From e60057ad066553ad197bea162662544b57706bed Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 2 Mar 2009 21:56:24 -0500 Subject: Export Object --- sigmod/Object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigmod') 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 -- cgit