forked from organicmaps/organicmaps
Warning fix.
This commit is contained in:
parent
38e38ff8ce
commit
5db477d1f2
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
|||
class FeatureMergeProcessor
|
||||
{
|
||||
typedef int64_t key_t;
|
||||
inline key_t get_key(m2::PointD const & p);
|
||||
key_t get_key(m2::PointD const & p);
|
||||
|
||||
MergedFeatureBuilder1 m_last;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue