summaryrefslogtreecommitdiffstats
path: root/include/ingen/Log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Log.hpp')
-rw-r--r--include/ingen/Log.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ingen/Log.hpp b/include/ingen/Log.hpp
index e6c08c78..c8679087 100644
--- a/include/ingen/Log.hpp
+++ b/include/ingen/Log.hpp
@@ -37,7 +37,8 @@ class Node;
class URIs;
class World;
-class INGEN_API Log {
+class INGEN_API Log
+{
public:
using Sink = std::function<int(LV2_URID, const char*, va_list)>;