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:
authorvng <viktor.govako@gmail.com>2011-09-22 20:25:02 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:16 +0300
commitb0382314df1901f265a8c0667589abd298a51aea (patch)
treed129311213468c796e38dba34d34dc6b349e2d52 /qt/widgets.hpp
parenta032f7e6b612e2f1ad0d774067fbb973091897ad (diff)
[win] Fix crash on close.
Diffstat (limited to 'qt/widgets.hpp')
-rw-r--r--qt/widgets.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/widgets.hpp b/qt/widgets.hpp
index cc8fc98aa6..9a7f2c1130 100644
--- a/qt/widgets.hpp
+++ b/qt/widgets.hpp
@@ -29,6 +29,7 @@ namespace qt
typedef DrawerYG drawer_t;
GLDrawWidget(QWidget * pParent);
+ ~GLDrawWidget();
shared_ptr<yg::gl::RenderContext> const & renderContext();
shared_ptr<yg::ResourceManager> const & resourceManager();