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 'indexer/features_vector.hpp')
-rw-r--r--indexer/features_vector.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/features_vector.hpp b/indexer/features_vector.hpp
index 53d8c46d66..be38523a73 100644
--- a/indexer/features_vector.hpp
+++ b/indexer/features_vector.hpp
@@ -55,6 +55,8 @@ private:
/// Used in generator_tool and unit tests.
class FeaturesVectorTest
{
+ DISALLOW_COPY(FeaturesVectorTest);
+
FilesContainerR m_cont;
feature::DataHeader m_header;
FeaturesVector m_vector;