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 'map/user.hpp')
-rw-r--r--map/user.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/user.hpp b/map/user.hpp
index e730e17173..0c19176c87 100644
--- a/map/user.hpp
+++ b/map/user.hpp
@@ -21,6 +21,7 @@ public:
struct Details
{
using ReviewId = uint64_t;
+ // m_reviewIds must be sorted.
std::vector<ReviewId> m_reviewIds;
};
enum SocialTokenType