From 6f1277f261a0fed20af10a8ee5804ee694962550 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 19:38:06 +0100 Subject: Cleanup: Fix mismatched parameter name --- ingen/Log.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingen/Log.hpp b/ingen/Log.hpp index de27404b..0a04c8f0 100644 --- a/ingen/Log.hpp +++ b/ingen/Log.hpp @@ -86,7 +86,7 @@ public: trace(fmt(format, std::forward(args)...)); } - int vtprintf(LV2_URID type, const char* format, va_list args); + int vtprintf(LV2_URID type, const char* fmt, va_list args); void set_flush(bool f) { _flush = f; } void set_trace(bool f) { _trace = f; } -- cgit v1.2.1