]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/floatingarrangement.h
Add API declarations
[libs/gltk.git] / source / floatingarrangement.h
index a4ebdd73769a56086259466c805eea503970848e..8539b5964037e382a8f02019c998f3bb76af1868 100644 (file)
@@ -2,11 +2,12 @@
 #define FLOATINGARRANGEMENT_H_
 
 #include "arrangement.h"
+#include "mspgltk_api.h"
 
 namespace Msp {
 namespace GLtk {
 
-class FloatingArrangement: public Arrangement
+class MSPGLTK_API FloatingArrangement: public Arrangement
 {
 public:
        FloatingArrangement(Layout &);