forked from organicmaps/organicmaps
[ugc] GCC 6.1 build fix.
This commit is contained in:
parent
5e10706e4d
commit
9a0b1fb87c
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace ugc
|
||||
{
|
||||
float const UGC::kMaxRating;
|
||||
float const UGC::kMinRating;
|
||||
float const UGC::kRatingDetalizationThreshold;
|
||||
float constexpr UGC::kMaxRating;
|
||||
float constexpr UGC::kMinRating;
|
||||
float constexpr UGC::kRatingDetalizationThreshold;
|
||||
} // namespace ugc
|
||||
|
|
Loading…
Add table
Reference in a new issue