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:
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index d580d5eedb..2716cd9827 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -285,9 +285,9 @@ public:
/// @param[out] intName optionally choosen from tags "name:<lang_code>" by the algorithm
//@{
/// Just get feature names.
- void GetPreferredNames(string & defaultName, string & intName) const;
+ void GetPreferredNames(bool allowTranslit, string & defaultName, string & intName) const;
/// Get one most suitable name for user.
- void GetReadableName(string & name) const;
+ void GetReadableName(bool allowTranslit, string & name) const;
static int8_t const DEFAULT_LANG = StringUtf8Multilang::kDefaultCode;
bool GetName(int8_t lang, string & name) const;