mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-25 00:37:24 +02:00
Renamed "Int" -> "Window" in WindowHandler API
This commit is contained in:
@ -196,7 +196,7 @@ void ClientCommandManager::handleNotDialogCommand()
|
||||
|
||||
void ClientCommandManager::handleGuiCommand()
|
||||
{
|
||||
for(const auto & child : GH.windows().findInts<CIntObject>())
|
||||
for(const auto & child : GH.windows().findWindows<CIntObject>())
|
||||
printInfoAboutInterfaceObject(child.get(), 0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user