X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fglcontext.h;fp=source%2Fgraphics%2Fglcontext.h;h=38c36b109d9bfc0f14b3dcbbb6240d68fd6ff203;hp=ef374c1038efc6da274d5b62b370656a4b3fe2f7;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/graphics/glcontext.h b/source/graphics/glcontext.h index ef374c1..38c36b1 100644 --- a/source/graphics/glcontext.h +++ b/source/graphics/glcontext.h @@ -2,6 +2,7 @@ #define MSP_GRAPHICS_GLCONTEXT_H_ #include +#include "mspgui_api.h" namespace Msp { namespace Graphics { @@ -25,7 +26,7 @@ struct GLOptions }; -class unsupported_gl_mode: public std::runtime_error +class MSPGUI_API unsupported_gl_mode: public std::runtime_error { public: unsupported_gl_mode(const GLOptions &); @@ -35,7 +36,7 @@ private: }; -class GLContext +class MSPGUI_API GLContext { private: struct Private;