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.cpp
parent51ddc0f2fb3df858fd32d5d4a2cf8cfb35935c96 (diff)
renamed StylesCache into ResourceStylesCache and moved corresponding files.
Diffstat (limited to 'map/ruler.cpp')
-rw-r--r--map/ruler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/map/ruler.cpp b/map/ruler.cpp
index ba733c6920..0be35069df 100644
--- a/map/ruler.cpp
+++ b/map/ruler.cpp
@@ -304,16 +304,16 @@ void Ruler::draw(yg::gl::OverlayRenderer * s, math::Matrix<double, 3, 3> const &
}
}
-void Ruler::map(yg::StylesCache * stylesCache) const
+void Ruler::map(yg::ResourceStyleCache * stylesCache) const
{
}
-bool Ruler::find(yg::StylesCache * stylesCache) const
+bool Ruler::find(yg::ResourceStyleCache * stylesCache) const
{
return true;
}
-void Ruler::getNonPackedRects(yg::StylesCache * stylesCache, vector<m2::PointU> & v) const
+void Ruler::getNonPackedRects(yg::ResourceStyleCache * stylesCache, vector<m2::PointU> & v) const
{
}