From feaceb2b037123c8687b3afdd80b2ffba61a5652 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 9 Mar 2020 22:50:48 +0000 Subject: Fix unnecessary inlining in command handler constructors. --- src/modules/m_setidle.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules/m_setidle.cpp') diff --git a/src/modules/m_setidle.cpp b/src/modules/m_setidle.cpp index f9d8b3319..531aaf875 100644 --- a/src/modules/m_setidle.cpp +++ b/src/modules/m_setidle.cpp @@ -41,7 +41,8 @@ class CommandSetidle : public SplitCommand public: CommandSetidle(Module* Creator) : SplitCommand(Creator,"SETIDLE", 1) { - flags_needed = 'o'; syntax = ""; + flags_needed = 'o'; + syntax = ""; } CmdResult HandleLocal(LocalUser* user, const Params& parameters) CXX11_OVERRIDE -- cgit v1.3.1-10-gc9f91