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 18:09:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:09:26 +0300
commit45e38ead899d78c000e86dc1d501528662513cfd (patch)
tree8387bca5ed6c9cf9e452fc979229ff6e2a949fad /drape/oglcontext.hpp
parenta7a99db53bf792912ec13143303488b3dc34e155 (diff)
rebase fix
Diffstat (limited to 'drape/oglcontext.hpp')
-rw-r--r--drape/oglcontext.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/drape/oglcontext.hpp b/drape/oglcontext.hpp
index 6b59a1139c..942e3ef748 100644
--- a/drape/oglcontext.hpp
+++ b/drape/oglcontext.hpp
@@ -7,6 +7,4 @@ public:
virtual void present() = 0;
virtual void makeCurrent() = 0;
virtual void setDefaultFramebuffer() = 0;
-
- virtual ~OGLContext() {}
};