[omim] Build fix.

This commit is contained in:
Ilya Grechuhin 2016-01-23 20:51:22 +03:00 committed by Sergey Yershov
parent 36695a52c0
commit b6c7c44859

View file

@ -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)
{