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:
@@ -25,6 +25,8 @@ CMapUndoManager::CMapUndoManager() :
|
||||
{
|
||||
}
|
||||
|
||||
CMapUndoManager::~CMapUndoManager() = default;
|
||||
|
||||
void CMapUndoManager::undo()
|
||||
{
|
||||
doOperation(undoStack, redoStack, true);
|
||||
|
Reference in New Issue
Block a user