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-10-26 13:48:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:52 +0300
commit910e94c5377d3fb26751f35720af1f6a7563de56 (patch)
treef1a6a8acb8860a1dce315cd44c629587a0d62164 /indexer/index.hpp
parentefd712903088cd5d8dd6f473ecb7a1a7fe5f6a72 (diff)
Fix region name getting from mwm file name.
New column in QT search panel for region name.
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 68479f77f7..0f320132ec 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -27,7 +27,6 @@ public:
{
return m_factory.GetHeader();
}
- inline string GetFileName() const { return m_cont.GetFileName(); }
};
class Index : public MwmSet