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>2015-08-13 15:33:04 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:01:30 +0300
commit93a3c2cfb8b7762e823f42da07f1262c8f012a03 (patch)
tree585c4a092f7718f391543fc6cd3d54f7f6ff857b /indexer/scale_index.hpp
parent57c1e9741fb23d11bf1ea1b020001a01b75b26fc (diff)
Mwm set public interface corrections.
Diffstat (limited to 'indexer/scale_index.hpp')
-rw-r--r--indexer/scale_index.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/indexer/scale_index.hpp b/indexer/scale_index.hpp
index 76674f2272..6c3e60b3c2 100644
--- a/indexer/scale_index.hpp
+++ b/indexer/scale_index.hpp
@@ -27,8 +27,8 @@ class ScaleIndex : public ScaleIndexBase
public:
typedef ReaderT ReaderType;
- ScaleIndex() {}
- explicit ScaleIndex(ReaderT const & reader, IndexFactory & factory)
+ ScaleIndex() = default;
+ ScaleIndex(ReaderT const & reader, IndexFactory const & factory)
{
Attach(reader, factory);
}
@@ -43,7 +43,7 @@ public:
m_IndexForScale.clear();
}
- void Attach(ReaderT const & reader, IndexFactory & factory)
+ void Attach(ReaderT const & reader, IndexFactory const & factory)
{
Clear();