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:
Diffstat (limited to 'platform/country_file.hpp')
-rw-r--r--platform/country_file.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/country_file.hpp b/platform/country_file.hpp
index e23a81e85e..d0fed2bfe7 100644
--- a/platform/country_file.hpp
+++ b/platform/country_file.hpp
@@ -17,10 +17,10 @@ public:
explicit CountryFile(string const & name);
string const & GetNameWithoutExt() const;
- string GetNameWithExt(TMapOptions file) const;
+ string GetNameWithExt(MapOptions file) const;
void SetRemoteSizes(uint32_t mapSize, uint32_t routingSize);
- uint32_t GetRemoteSize(TMapOptions filesMask) const;
+ uint32_t GetRemoteSize(MapOptions filesMask) const;
inline bool operator<(const CountryFile & rhs) const { return m_name < rhs.m_name; }
inline bool operator==(const CountryFile & rhs) const { return m_name == rhs.m_name; }