X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fresources.h;fp=source%2Fresources.h;h=ce85b972aec6ecae2003054dc7cd8fa5a29176c0;hp=772b72958735a6d34379ff3129204ab11249c27e;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hpb=771764f735ffe01cb170a10b24eb7dfc2a81b34d diff --git a/source/resources.h b/source/resources.h index 772b729..ce85b97 100644 --- a/source/resources.h +++ b/source/resources.h @@ -10,6 +10,7 @@ #include #include #include "graphic.h" +#include "mspgltk_api.h" #include "style.h" namespace Msp { @@ -19,7 +20,7 @@ namespace GLtk { Stores resources such as styles and graphics. All widgets require a Resources instance in constructor. */ -class Resources: public DataFile::Collection +class MSPGLTK_API Resources: public DataFile::Collection { public: class Loader: public Collection::Loader