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-03-10 20:49:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:36:36 +0300
commitd09204fdef6d78942fcd14573e754025ffca43a3 (patch)
tree2f6ad9e444dcc7b9c928c7163898976eaaa8f500 /map/ruler.hpp
parent51ddc0f2fb3df858fd32d5d4a2cf8cfb35935c96 (diff)
renamed StylesCache into ResourceStylesCache and moved corresponding files.
Diffstat (limited to 'map/ruler.hpp')
-rw-r--r--map/ruler.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/map/ruler.hpp b/map/ruler.hpp
index cafa279d2b..e20ea9ff23 100644
--- a/map/ruler.hpp
+++ b/map/ruler.hpp
@@ -8,7 +8,7 @@
namespace yg
{
- class StylesCache;
+ class ResourceStyleCache;
namespace gl
{
@@ -73,9 +73,9 @@ public:
void draw(yg::gl::OverlayRenderer * r, math::Matrix<double, 3, 3> const & m) const;
- void map(yg::StylesCache * stylesCache) const;
- bool find(yg::StylesCache * stylesCache) const;
- void getNonPackedRects(yg::StylesCache * stylesCache, vector<m2::PointU> & v) const;
+ void map(yg::ResourceStyleCache * stylesCache) const;
+ bool find(yg::ResourceStyleCache * stylesCache) const;
+ void getNonPackedRects(yg::ResourceStyleCache * stylesCache, vector<m2::PointU> & v) const;
int visualRank() const;
yg::OverlayElement * clone(math::Matrix<double, 3, 3> const & m) const;