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:
authorAlex Zolotarev <deathbaba@gmail.com>2012-06-01 17:24:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:39 +0300
commit897b61764528cd2fefbbc26dbfc2be9569c674ec (patch)
tree88efff29a6d78c38ceb7d31bf7f965a8a26162c6 /map/information_display.hpp
parent3000488be4e75fe8223a21de3a8f148fb821d9b0 (diff)
[ios] Added bookmarks color support. @TODO save and load bookmarks color
Diffstat (limited to 'map/information_display.hpp')
-rw-r--r--map/information_display.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/information_display.hpp b/map/information_display.hpp
index 3dc2936cae..af6a78b213 100644
--- a/map/information_display.hpp
+++ b/map/information_display.hpp
@@ -117,7 +117,7 @@ public:
void memoryWarning();
void drawMemoryWarning(DrawerYG * pDrawer);
- void drawPlacemark(DrawerYG * pDrawer, char const * symbol, m2::PointD const & pt);
+ void drawPlacemark(DrawerYG * pDrawer, string const & symbol, m2::PointD const & pt);
void enableBenchmarkInfo(bool doEnable);
bool addBenchmarkInfo(string const & name, m2::RectD const & globalRect, double frameDuration);