From 330626ab22fe2e87afa5306c5f4039088c41b49e Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 4 May 2020 19:21:48 +0100 Subject: Update submodules --- src/CommandOutput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CommandOutput.h') diff --git a/src/CommandOutput.h b/src/CommandOutput.h index cb40b05a6..91d3f61d7 100644 --- a/src/CommandOutput.h +++ b/src/CommandOutput.h @@ -21,9 +21,9 @@ public: /** Syntax sugar function, calls Out() with Printf()-ed parameters; appends a newline" */ template - void Out(const char * a_Fmt, const Args & ... a_Args) + void Out(const char * a_Format, const Args & ... a_Args) { - vOut(a_Fmt, fmt::make_printf_args(a_Args...)); + vOut(a_Format, fmt::make_printf_args(a_Args...)); } /** Called when the command wants to output anything; may be called multiple times */ -- cgit v1.2.3