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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-10-12 16:11:17 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-12 16:15:18 +0300
commitebe90adad26ddb960ed8570063bd09b8dfdf551e (patch)
tree2f5c4e76cf0be6014520de7d5b89157b4e0d41a3 /indexer/ftraits.hpp
parent56fcdcabbad21007803c6d6827509e8ca93011a5 (diff)
[ugc] build fix + warning fixes
Diffstat (limited to 'indexer/ftraits.hpp')
-rw-r--r--indexer/ftraits.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/ftraits.hpp b/indexer/ftraits.hpp
index 1348d2f282..154c48e2f8 100644
--- a/indexer/ftraits.hpp
+++ b/indexer/ftraits.hpp
@@ -50,7 +50,7 @@ using UGCRatingCategories = std::vector<std::string>;
struct UGCItem
{
- UGCItem() = default;
+ UGCItem() {}
UGCItem(UGCTypeMask m, UGCRatingCategories && c)
: m_mask(m), m_categories(std::move(c))
{