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:
authorYuri Gorshenin <y@maps.me>2015-07-01 18:49:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:34 +0300
commit21286b71c1fc3ac339eb490397c7f84bba80d922 (patch)
tree3c87c45fc306a395c4bf2858db658220f0a7b285 /indexer/index.hpp
parent54e5990c7e4c65b0749c21ce4fe3866909a29668 (diff)
[indexer, storage, framework] DeleteAllMaps() method is replaced by Clear().
Diffstat (limited to 'indexer/index.hpp')
-rw-r--r--indexer/index.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/index.hpp b/indexer/index.hpp
index 20d9d75c5d..2da6bba88a 100644
--- a/indexer/index.hpp
+++ b/indexer/index.hpp
@@ -60,8 +60,8 @@ public:
virtual void OnMapDeregistered(platform::LocalCountryFile const & localFile) {}
};
- Index();
- ~Index() override;
+ Index() = default;
+ ~Index() override = default;
/// Registers a new map.
///