From db5ad2e09a6b38e841463dbe7eb076492b62c948 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 18 Aug 2009 15:58:17 +0200 Subject: Mad funktioniert jetzt unter Windows --- src/Common/Application.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Common/Application.h') diff --git a/src/Common/Application.h b/src/Common/Application.h index b0aa521..6de3b07 100644 --- a/src/Common/Application.h +++ b/src/Common/Application.h @@ -20,6 +20,8 @@ #ifndef MAD_COMMON_APPLICATION_H_ #define MAD_COMMON_APPLICATION_H_ +#include "export.h" + #include namespace Mad { @@ -30,7 +32,7 @@ class RequestManager; class SystemManager; class UserManager; -class Application : public Core::Application { +class MAD_COMMON_EXPORT Application : public Core::Application { private: ModuleManager *moduleManager; RequestManager *requestManager; -- cgit v1.2.3