forked from organicmaps/organicmaps
Correct method's name
This commit is contained in:
parent
5f386442be
commit
1704979e4a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ void Api::GetUGC(FeatureID const & id, UGCCallback callback)
|
|||
|
||||
void Api::SetUGCUpdate(FeatureID const & id, UGCUpdate const & ugc)
|
||||
{
|
||||
m_thread.Push([=] { SetUGCUpdate(id, ugc); });
|
||||
m_thread.Push([=] { SetUGCUpdateImpl(id, ugc); });
|
||||
}
|
||||
|
||||
void Api::GetUGCToSend(UGCJsonToSendCallback const & fn)
|
||||
|
|
Loading…
Add table
Reference in a new issue