From 78252c94e3a3c67b173b84e60517a8a86b939211 Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Sat, 28 Jan 2023 13:20:54 +0100 Subject: [PATCH] readable --- src/FileManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FileManager.cpp b/src/FileManager.cpp index 3763f77..d3ab08a 100644 --- a/src/FileManager.cpp +++ b/src/FileManager.cpp @@ -3,7 +3,7 @@ #include void FileManager::update() { - auto cmd = pop(); + FileCommand * cmd = pop(); cmd->execute(); delete cmd; }