forked from organicmaps/organicmaps
[omim] Build fix.
This commit is contained in:
parent
36695a52c0
commit
b6c7c44859
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ bool Editor::IsAddressEditable(FeatureType const & feature) const
|
|||
return false;
|
||||
}
|
||||
|
||||
bool Editor::HaveNotUploadedChanges() const
|
||||
bool Editor::HaveSomethingToUpload() const
|
||||
{
|
||||
for (auto const & id : m_features)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue