summaryrefslogtreecommitdiffstats
path: root/src/Common/SystemManager.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-08-18 15:58:17 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-08-18 15:58:17 +0200
commitdb5ad2e09a6b38e841463dbe7eb076492b62c948 (patch)
tree5907f6416e35cbd25432a5f1f6dc9664d36aa73c /src/Common/SystemManager.h
parent5da7b0847bac2a5abec95b9ac1701b74baae8964 (diff)
downloadmad-db5ad2e09a6b38e841463dbe7eb076492b62c948.tar
mad-db5ad2e09a6b38e841463dbe7eb076492b62c948.zip
Mad funktioniert jetzt unter Windows
Diffstat (limited to 'src/Common/SystemManager.h')
-rw-r--r--src/Common/SystemManager.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Common/SystemManager.h b/src/Common/SystemManager.h
index c17642f..4a8472b 100644
--- a/src/Common/SystemManager.h
+++ b/src/Common/SystemManager.h
@@ -20,6 +20,8 @@
#ifndef MAD_COMMON_SYSTEMMANAGER_H_
#define MAD_COMMON_SYSTEMMANAGER_H_
+#include "export.h"
+
#include <set>
#include <string>
#include <vector>
@@ -35,11 +37,11 @@ namespace Common {
class Application;
class SystemBackend;
-class SystemManager : private boost::noncopyable {
+class MAD_COMMON_EXPORT SystemManager : private boost::noncopyable {
private:
friend class Application;
- struct Compare {
+ struct MAD_COMMON_EXPORT Compare {
bool operator() (boost::shared_ptr<SystemBackend> b1, boost::shared_ptr<SystemBackend> b2);
};