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>2011-12-30 16:09:55 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:31:08 +0300
commitde75766c92082f38e9175e8dfc712cf819cb5486 (patch)
treefde4ff0ac05089946f2bb36314019c102872eca1 /map/ruler.hpp
parentcd07b0c61ef20434b9d8219845f9f4087d833335 (diff)
introduced FenceManager for TileRenderer and StyleCache to wait correctly on the command completion.
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 37d46d654a..cafa279d2b 100644
--- a/map/ruler.hpp
+++ b/map/ruler.hpp
@@ -75,7 +75,7 @@ public:
void map(yg::StylesCache * stylesCache) const;
bool find(yg::StylesCache * stylesCache) const;
- void fillUnpacked(yg::StylesCache * stylesCache, vector<m2::PointU> & v) const;
+ void getNonPackedRects(yg::StylesCache * stylesCache, vector<m2::PointU> & v) const;
int visualRank() const;
yg::OverlayElement * clone(math::Matrix<double, 3, 3> const & m) const;