From ed6e19bbd06cdec2a9d75e4c2c338d47d759eecf Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 27 Mar 2022 15:33:31 +0100 Subject: Fix unsigned/const keyword ordering, remove unnecessary consts. --- src/modules/m_spanningtree/netburst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index aa801dbfb..d4f4c588c 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -53,7 +53,7 @@ public: /** Add a mode to the message */ - void push_mode(const char modeletter, const std::string& mask) + void push_mode(char modeletter, const std::string& mask) { push_raw(modeletter); params.push_back(' '); -- cgit v1.3.1-10-gc9f91