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 'gui/button.hpp')
-rw-r--r--gui/button.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/button.hpp b/gui/button.hpp
index fb5e5d5f68..049cf16df1 100644
--- a/gui/button.hpp
+++ b/gui/button.hpp
@@ -73,7 +73,7 @@ namespace gui
/// @{
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;
/// @}
};