diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index ef1e2faac..aeb1f3f53 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -98,7 +98,7 @@ extern char **environ; namespace Commands { -static void outString(ChatTab *const tab, +static void outString(const ChatTab *const tab, const std::string &str, const std::string &def) { |