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:
Diffstat (limited to 'qt_tstfrm/macros.hpp')
-rw-r--r--qt_tstfrm/macros.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt_tstfrm/macros.hpp b/qt_tstfrm/macros.hpp
index fc249faf64..5e8f4696ea 100644
--- a/qt_tstfrm/macros.hpp
+++ b/qt_tstfrm/macros.hpp
@@ -109,7 +109,7 @@ class GLTestWidget : public tst::GLDrawWidget
public:
- virtual void DoDraw(shared_ptr<graphics::gl::Screen> p)
+ virtual void DoDraw(shared_ptr<graphics::Screen> p)
{
test.DoDraw(p);
}