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-10-15 17:10:49 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:02 +0300
commit468dc81fe8c6f40b0775d35f992615494f3aad55 (patch)
treebec9e4a12e091b7a84aad57efed4e1bf96f9ffe1 /indexer/classificator_loader.hpp
parent8b22fac29fa6f3ffa80a19374ed5fe37b0b198ec (diff)
Few no-op renames.
Diffstat (limited to 'indexer/classificator_loader.hpp')
-rw-r--r--indexer/classificator_loader.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/indexer/classificator_loader.hpp b/indexer/classificator_loader.hpp
index 45376a0f07..8b14dbb531 100644
--- a/indexer/classificator_loader.hpp
+++ b/indexer/classificator_loader.hpp
@@ -7,12 +7,12 @@
namespace classificator
{
- typedef ReaderPtr<Reader> file_t;
+ typedef ReaderPtr<Reader> ReaderType;
- void Read(file_t const & rules,
- file_t const & classificator,
- file_t const & visibility,
- file_t const & types);
+ void Read(ReaderType const & rules,
+ ReaderType const & classificator,
+ ReaderType const & visibility,
+ ReaderType const & types);
void ReadVisibility(string const & fPath);
/// This function used only in unit test to get any valid type value for feature testing.