diff options
-rw-r--r-- | ingen/Log.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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>(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; } |