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>2011-11-09 17:01:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:30 +0300
commit3cd091ed79859e4adabee7369001a7bc3345d5d4 (patch)
tree40d10adc114abe9aaf4bac747510289ee6b115cc /indexer/drawing_rules.hpp
parentb83905901edb55c856d633a673079c8ed89e564b (diff)
Replaced ineffective char const * with string const &
Diffstat (limited to 'indexer/drawing_rules.hpp')
-rw-r--r--indexer/drawing_rules.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/drawing_rules.hpp b/indexer/drawing_rules.hpp
index ebab95270a..1e42ed98b3 100644
--- a/indexer/drawing_rules.hpp
+++ b/indexer/drawing_rules.hpp
@@ -166,7 +166,7 @@ namespace drule
}
};
- void WriteRules(char const * fPath);
+ void WriteRules(string const & fPath);
void ReadRules(ReaderPtrStream & s);
RulesHolder & rules();