]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/window.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / graphics / window.h
index de8a3d0beaccf79c2bc7bf9e42c3535840636fbf..a6fb92b4e8e1eb4db2f0cf46004a3a93cf92d1f6 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <string>
 #include <sigc++/signal.h>
+#include "mspgui_api.h"
 
 namespace Msp {
 namespace Graphics {
@@ -23,7 +24,7 @@ struct WindowOptions
        bool resizable = false;
 };
 
-class Window
+class MSPGUI_API Window
 {
 public:
        struct Private;