X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fstack.h;fp=source%2Fstack.h;h=53943fda13f13b1d767f2b392947cf6f61e2fcec;hp=fa4a44206d87668d0ce5fd5b05a162e64f9a2d4c;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/stack.h b/source/stack.h index fa4a442..53943fd 100644 --- a/source/stack.h +++ b/source/stack.h @@ -3,6 +3,7 @@ #include #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