From 89537ed2ab22fcedb25e0378bd2c18e392911c0c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 29 Sep 2022 12:01:29 +0100 Subject: Fix various cases of the &* being next to the name instead of type. --- include/command_parse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/command_parse.h') diff --git a/include/command_parse.h b/include/command_parse.h index a73573a11..e5c9c10a7 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -65,7 +65,7 @@ public: * @param commandname The command required. Always use uppercase for this parameter. * @return a pointer to the command handler, or NULL */ - Command* GetHandler(const std::string &commandname); + Command* GetHandler(const std::string& commandname); /** LoopCall is used to call a command handler repeatedly based on the contents of a comma separated list. * There are two ways to call this method, either with one potential list or with two potential lists. @@ -123,7 +123,7 @@ public: * @param f The new Command to add to the list * @return True if the command was added */ - bool AddCommand(Command *f); + bool AddCommand(Command* f); /** Removes a command. */ -- cgit v1.3.1-10-gc9f91