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/ruler.hpp
parent96973c8454e4926937da147217fcd6f081f85300 (diff)
separated OpenGL-dependent classes into separate namespace for better modularity and easier porting.
Diffstat (limited to 'map/ruler.hpp')
-rw-r--r--map/ruler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/ruler.hpp b/map/ruler.hpp
index e9d696a572..5b7983a9a8 100644
--- a/map/ruler.hpp
+++ b/map/ruler.hpp
@@ -78,7 +78,7 @@ public:
vector<m2::AnyRectD> const & boundRects() const;
- 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;
int visualRank() const;
graphics::OverlayElement * clone(math::Matrix<double, 3, 3> const & m) const;