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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-04-27 19:44:11 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-05-12 10:19:14 +0300
commit8ac15533c0d5a518e27b9f2f652ef2cefc7bc1ac (patch)
treeb6da9da8ba00bca79638316ab681b56b3e7fa657 /indexer/new_feature_categories.hpp
parentbd2bd03ff6006e14b6efd169393e255cba335748 (diff)
[ios] Implemented new category search.
Diffstat (limited to 'indexer/new_feature_categories.hpp')
-rw-r--r--indexer/new_feature_categories.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/new_feature_categories.hpp b/indexer/new_feature_categories.hpp
index 81f7aa7036..4148b87854 100644
--- a/indexer/new_feature_categories.hpp
+++ b/indexer/new_feature_categories.hpp
@@ -38,9 +38,9 @@ public:
// Returns names (in language |queryLang|) and types of categories that have a synonym containing
// the substring |query| (in any language that was added before).
- // If |queryLang| is not supported, "en" is used.
+ // If |lang| is not supported, "en" is used.
// The returned list is sorted.
- TNames Search(string const & query, string const & queryLang) const;
+ TNames Search(string const & query, string lang) const;
// Returns all registered names of categories in language |lang| and
// types corresponding to these names. The language must have been added before.