diff --git a/indexer/categories_holder.hpp b/indexer/categories_holder.hpp index d2801c5b4d..e7adbc2874 100644 --- a/indexer/categories_holder.hpp +++ b/indexer/categories_holder.hpp @@ -72,7 +72,6 @@ public: static std::vector kDisabledLanguages; explicit CategoriesHolder(std::unique_ptr && reader); - void LoadFromStream(std::istream & s); template void ForEachCategory(ToDo && toDo) const @@ -155,6 +154,7 @@ public: static std::string MapIntegerToLocale(int8_t code); private: + void LoadFromStream(std::istream & s); void AddCategory(Category & cat, std::vector & types); static bool ValidKeyToken(String const & s); };