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:
authorrachytski <siarhei.rachytski@gmail.com>2012-11-15 23:58:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:04 +0300
commitc34b0b50e13e286abafe8351475670b47937c3dc (patch)
treee6b3b3da8f53e09830b7fa75f91e37860e4380f1 /map/country_status_display.hpp
parent96973c8454e4926937da147217fcd6f081f85300 (diff)
separated OpenGL-dependent classes into separate namespace for better modularity and easier porting.
Diffstat (limited to 'map/country_status_display.hpp')
-rw-r--r--map/country_status_display.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/country_status_display.hpp b/map/country_status_display.hpp
index 683bd958b6..6a6bc3b7f9 100644
--- a/map/country_status_display.hpp
+++ b/map/country_status_display.hpp
@@ -79,7 +79,7 @@ public:
/// attach element to controller.
void setController(gui::Controller *controller);
/// render element
- void draw(graphics::gl::OverlayRenderer * r, math::Matrix<double, 3, 3> const & m) const;
+ void draw(graphics::OverlayRenderer * r, math::Matrix<double, 3, 3> const & m) const;
/// get bounding rects
vector<m2::AnyRectD> const & boundRects() const;