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-02-05 11:43:20 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:40 +0300
commit197bb2c3ade260730946691d735b5118318f19ed (patch)
tree289dba3a97d6be1fbd39ecf92fd6d6921884f67a /map/qgl_render_context.cpp
parent7a32dcf5c88d6ae7ed0effab070bc8f489a48380 (diff)
Fix compilation on msvc. Fix runtume errors on Windows.
Diffstat (limited to 'map/qgl_render_context.cpp')
-rw-r--r--map/qgl_render_context.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/qgl_render_context.cpp b/map/qgl_render_context.cpp
index ce7f40ab87..6525860b96 100644
--- a/map/qgl_render_context.cpp
+++ b/map/qgl_render_context.cpp
@@ -4,7 +4,6 @@
#include "../base/assert.hpp"
#include "../base/logging.hpp"
-#include "../base/ptr_utils.hpp"
#include <QtOpenGL/QGLContext>
#include <QtOpenGL/QGLWidget>