]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/stack.h
Add API declarations
[libs/gltk.git] / source / stack.h
index fa4a44206d87668d0ce5fd5b05a162e64f9a2d4c..53943fda13f13b1d767f2b392947cf6f61e2fcec 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <msp/datafile/objectloader.h>
 #include "arrangement.h"
+#include "mspgltk_api.h"
 
 namespace Msp {
 namespace GLtk {
@@ -11,7 +12,7 @@ namespace GLtk {
 Arranges widgets on top of one another.  This can be useful in implementing a
 tabbed view where only one tab is visible at a time.
 */
-class Stack: public Arrangement
+class MSPGLTK_API Stack: public Arrangement
 {
 public:
        class Loader: public DataFile::ObjectLoader<Stack>