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:
authorvng <viktor.govako@gmail.com>2011-07-03 21:16:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:20:30 +0300
commitae88aa1971d63e506ba54000dc3aa53135534eb2 (patch)
treef96aa393b5385ff30707a484e88f455cbe69bf4f /generator/statistics.hpp
parentadde2107d1effebd18358b60bc190c7bd4e5d75b (diff)
[Refactoring] Use mwm-file descriptor (string name) in Index. Open FileReader only when necessary.
Diffstat (limited to 'generator/statistics.hpp')
-rw-r--r--generator/statistics.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/statistics.hpp b/generator/statistics.hpp
index 2f4956fd20..74e6622967 100644
--- a/generator/statistics.hpp
+++ b/generator/statistics.hpp
@@ -69,8 +69,8 @@ namespace stats
}
};
- void FileContainerStatistic(string const & fName);
+ void FileContainerStatistic(string const & fPath);
- void CalcStatistic(string const & fName, MapInfo & info);
+ void CalcStatistic(string const & fPath, MapInfo & info);
void PrintStatistic(MapInfo & info);
}