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:
authorYury Melnichek <melnichek@gmail.com>2011-05-31 12:14:09 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:18:32 +0300
commit53051b62cdeee34ed919265b0cb8b2ca9042cd19 (patch)
treeb0b5ecbb2b495e3d2019583b422dbed5b4aa9a67 /indexer/classificator.hpp
parent552e10f88815b64e1a3e11adee0f06a7584628d2 (diff)
Rename types in feature_visibility according to our style.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 6e43ce5be0..eaa9ba8d1d 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -233,7 +233,7 @@ public:
public:
/// @name Used only in feature_visibility.cpp, not for public use.
//@{
- template <class ToDo> typename ToDo::result_type
+ template <class ToDo> typename ToDo::ResultType
ProcessObjects(uint32_t type, ToDo & toDo) const;
ClassifObject const * GetObject(uint32_t type) const;