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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt_tstfrm/macros.hpp b/qt_tstfrm/macros.hpp
index 10f0ce3ee5..ac85415562 100644
--- a/qt_tstfrm/macros.hpp
+++ b/qt_tstfrm/macros.hpp
@@ -109,10 +109,10 @@ class GLTestWidget : public tst::GLDrawWidget
public:
- virtual void DoDraw(shared_ptr<yg::gl::Screen> p)
+ virtual void DoDraw(shared_ptr<graphics::gl::Screen> p)
{
p->beginFrame();
- p->clear(yg::gl::Screen::s_bgColor);
+ p->clear(graphics::gl::Screen::s_bgColor);
test.DoDraw(p);
p->endFrame();
}