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:
authorAlex Zolotarev <alex@maps.me>2016-03-04 17:09:11 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:24 +0300
commit36eb8d547d6a16a54a56e87ef1b2580afd8c7f39 (patch)
tree58d6c7c840f65b5bbb4a1d324b8c2fa3e5c0c1d4 /indexer/osm_editor.hpp
parent437fecc65a697d4fcff266ed1b22fc3db8a94dc0 (diff)
Renamed editor’s config, because on Android xml files should be compressed in apk, but our reader does not read it correctly at the moment.
Diffstat (limited to 'indexer/osm_editor.hpp')
-rw-r--r--indexer/osm_editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/osm_editor.hpp b/indexer/osm_editor.hpp
index 4833f08933..736136fab4 100644
--- a/indexer/osm_editor.hpp
+++ b/indexer/osm_editor.hpp
@@ -23,7 +23,7 @@ namespace osm
{
class Editor final
{
- Editor();
+ Editor() = default;
public:
using TFeatureTypeFn = function<void(FeatureType &)>; // Mimics Framework::TFeatureTypeFn.