]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/container.h
Add API declarations
[libs/gltk.git] / source / container.h
index a80cc4e214551cda4348ee10a2986024b030684c..4c38675ea85e4f1dbc2cab354feb183c2ef8b780 100644 (file)
@@ -4,12 +4,13 @@
 #include <list>
 #include <stdexcept>
 #include <sigc++/trackable.h>
+#include "mspgltk_api.h"
 #include "widget.h"
 
 namespace Msp {
 namespace GLtk {
 
-class hierarchy_error: public std::logic_error
+class MSPGLTK_API hierarchy_error: public std::logic_error
 {
 public:
        hierarchy_error(const std::string &);
@@ -17,7 +18,7 @@ public:
 };
 
 
-class Container: virtual public Widget
+class MSPGLTK_API Container: virtual public Widget
 {
 protected:
        struct Child: public sigc::trackable