X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fglcontext.h;h=986dd91e9642cb68832a3d5021d9b66cc9ff7d5a;hb=43d31e73c4b97a37017757232c4ef1db355fee3a;hp=f6357c3cce475513df04dc276a101d79bba42a15;hpb=be455be47a214f8fba1224ef1fb4158a073bc4e3;p=libs%2Fgui.git diff --git a/source/graphics/glcontext.h b/source/graphics/glcontext.h index f6357c3..986dd91 100644 --- a/source/graphics/glcontext.h +++ b/source/graphics/glcontext.h @@ -34,7 +34,6 @@ class unsupported_gl_mode: public std::runtime_error { public: unsupported_gl_mode(const GLOptions &); - virtual ~unsupported_gl_mode() throw () { } private: static std::string format_version(const GLOptions &);