forked from organicmaps/organicmaps
[drape] compile fix
This commit is contained in:
parent
48e16528c1
commit
4bd8b9b8cb
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void DrapeGui::SetStorageAccessor(dp::RefPointer<StorageAccessor> accessor)
|
|||
ASSERT(m_impl != nullptr, ());
|
||||
accessor->SetStatusChangedCallback([this]
|
||||
{
|
||||
SendRecacheSignal(Skin::CountryStatus);
|
||||
EmitRecacheSignal(Skin::CountryStatus);
|
||||
});
|
||||
|
||||
CountryStatusHelper & cntHelpet = GetCountryStatusHelperImpl();
|
||||
|
|
Loading…
Add table
Reference in a new issue