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
path: root/base
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-08-30 13:03:59 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2018-08-30 13:09:25 +0300
commit4026ad814c7fb7597fa1932623a36ffa19581e81 (patch)
treef6aa3ef919f9f7100f0b54f63012c00db3d90e34 /base
parentccc9f73b5860266de45ba4773bdbf9c078ad5396 (diff)
[eye + tips] review fixes
Diffstat (limited to 'base')
-rw-r--r--base/atomic_shared_ptr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/atomic_shared_ptr.hpp b/base/atomic_shared_ptr.hpp
index a4e5b51fb9..3059f0dc09 100644
--- a/base/atomic_shared_ptr.hpp
+++ b/base/atomic_shared_ptr.hpp
@@ -22,6 +22,6 @@ public:
private:
ValueType m_wrapped = std::make_shared<ContentType>();
- DISALLOW_COPY(AtomicSharedPtr);
+ DISALLOW_COPY_AND_MOVE(AtomicSharedPtr);
};
} // namespace base