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>2018-09-03 15:27:38 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2018-09-06 15:07:03 +0300
commita78bfca62641eb95e433aa1cc49c5bc77e4fc3dc (patch)
tree632ec20d75a7faee44fa52730bce6e823d816cd7 /defines.hpp
parent2724cc7a2e57bca64705d83d92e95d382e9dc11a (diff)
[ugc][core] Ugc without ratings is allowed, incorrect rating is changed to 0.0f
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/defines.hpp b/defines.hpp
index ae229c8dc2..d05d8e21e8 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -110,4 +110,4 @@
#define BOOKING_EXCLUDED_FILE "booking_excluded.txt"
-auto constexpr kInvalidRatingValue = -1.0f;
+auto constexpr kInvalidRatingValue = 0.0f;