[drape] compile fix

This commit is contained in:
ExMix 2015-04-01 16:47:54 +03:00 committed by r.kuznetsov
parent 48e16528c1
commit 4bd8b9b8cb

View file

@ -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();