From 732fc2a9d7e9a4c5e3cf01ac191a392462f3da8c Mon Sep 17 00:00:00 2001 From: lonaasan Date: Mon, 9 Sep 2024 11:27:14 +0200 Subject: [Revision] Applying the recommended changes from pull request #110 (return current value if no argument given, moving the methods to their correct location) --- source/frontend/StarClientCommandProcessor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/frontend/StarClientCommandProcessor.hpp') diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index 658242c..94dad5d 100644 --- a/source/frontend/StarClientCommandProcessor.hpp +++ b/source/frontend/StarClientCommandProcessor.hpp @@ -58,7 +58,7 @@ private: String enableTech(String const& argumentsString); String upgradeShip(String const& argumentsString); String swap(String const& argumentsString); - String respawnInWorld(); + String respawnInWorld(String const& argumentsString); UniverseClientPtr m_universeClient; CinematicPtr m_cinematicOverlay; -- cgit v1.2.3