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 'editor/editor_config.hpp')
-rw-r--r--editor/editor_config.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/editor_config.hpp b/editor/editor_config.hpp
index 7985185af4..399f03c10a 100644
--- a/editor/editor_config.hpp
+++ b/editor/editor_config.hpp
@@ -43,7 +43,8 @@ class EditorConfig
public:
EditorConfig(string const & fileName = "editor.config");
- bool GetTypeDescription(vector<string> const & classificatorTypes, TypeAggregatedDescription & outDesc) const;
+ // TODO(mgsergio): Reduce overhead by matching uint32_t types instead of strings.
+ bool GetTypeDescription(vector<string> classificatorTypes, TypeAggregatedDescription & outDesc) const;
vector<string> GetTypesThatCanBeAdded() const;
bool EditingEnable() const;