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-05-23 19:38:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:17:53 +0300
commitb44ec9cdfa492792b8532a1726faf25e8b3a06ad (patch)
tree12683bbd26986e94798433f3d3f2073830307199 /defines.hpp
parent1434e7580848fafaec60825b4375badd5272fa96 (diff)
Moved MAX_SUPPORTED_LANGUAGES constant to defines.hpp
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.hpp b/defines.hpp
index bc3a50d1ac..5cc337182b 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -22,3 +22,6 @@
#define SETTINGS_FILE_NAME "settings.ini"
#define DEFAULT_AUTO_UPDATES_ENABLED true
+
+/// How many langs we're supporting on indexing stage
+#define MAX_SUPPORTED_LANGUAGES 64