mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Compile fixes for mingw32
This commit is contained in:
@@ -278,7 +278,7 @@ void UIManager::onWidgetDestroy(const UIWidgetPtr& widget)
|
||||
if(m_checkEvent && !m_checkEvent->isExecuted())
|
||||
return;
|
||||
|
||||
m_checkEvent = g_eventDispatcher.scheduleEvent([] {
|
||||
m_checkEvent = g_eventDispatcher.scheduleEvent([this] {
|
||||
g_lua.collectGarbage();
|
||||
UIWidgetList backupList = m_destroyedWidgets;
|
||||
m_destroyedWidgets.clear();
|
||||
|
Reference in New Issue
Block a user