From 0752556bde5659a933744658cdf63509000a5080 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Dec 2016 11:03:35 -0500 Subject: Fix some real-time safety issues --- ingen/Log.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ingen/Log.hpp') diff --git a/ingen/Log.hpp b/ingen/Log.hpp index 189754e2..8063d4e5 100644 --- a/ingen/Log.hpp +++ b/ingen/Log.hpp @@ -50,6 +50,8 @@ public: }; }; + void rt_error(const char* msg); + void error(const std::string& msg); void info(const std::string& msg); void warn(const std::string& msg); -- cgit v1.2.1