Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2013-12-25 16:36:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:09:26 +0300
commita7a99db53bf792912ec13143303488b3dc34e155 (patch)
tree303d23a1cecdbeb85552cfa49ba938ae216fbce3 /drape/oglcontext.hpp
parentfb3d4af09cc169fb8f8d620e617dd7df6ff21bb2 (diff)
simple fixes
Diffstat (limited to 'drape/oglcontext.hpp')
-rw-r--r--drape/oglcontext.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape/oglcontext.hpp b/drape/oglcontext.hpp
index 991922f63d..6b59a1139c 100644
--- a/drape/oglcontext.hpp
+++ b/drape/oglcontext.hpp
@@ -3,6 +3,7 @@
class OGLContext
{
public:
+ virtual ~OGLContext() {}
virtual void present() = 0;
virtual void makeCurrent() = 0;
virtual void setDefaultFramebuffer() = 0;