]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/application.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / core / application.h
index 972f3b73b1f8d9767e1f72bcd4ccdf6529415a47..2a1cc05b1cc8b5d9b8a37cf6f061c782df43e8da 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stdexcept>
 #include <string>
+#include "mspcore_api.h"
 #include "noncopyable.h"
 
 namespace Msp {
@@ -10,10 +11,10 @@ namespace Msp {
 /**
 Base class for applications.  See also RegisteredApplication.
 */
-class Application: private NonCopyable
+class MSPCORE_API Application: private NonCopyable
 {
 protected:
-       class Starter
+       class MSPCORE_API Starter
        {
        protected:
                Starter();