1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Fix CI build

This commit is contained in:
Ivan Savenko
2023-05-24 02:12:25 +03:00
parent acac42291e
commit e1c01ca636
5 changed files with 11 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ CMapUndoManager::CMapUndoManager() :
{
}
CMapUndoManager::~CMapUndoManager() = default;
void CMapUndoManager::undo()
{
doOperation(undoStack, redoStack, true);