summaryrefslogtreecommitdiffstats
path: root/ingen/Log.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Log.hpp')
-rw-r--r--ingen/Log.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Log.hpp b/ingen/Log.hpp
index 3cc7de20..de27404b 100644
--- a/ingen/Log.hpp
+++ b/ingen/Log.hpp
@@ -39,7 +39,7 @@ class World;
class INGEN_API Log {
public:
- typedef std::function<int(LV2_URID, const char*, va_list)> Sink;
+ using Sink = std::function<int(LV2_URID, const char*, va_list)>;
Log(LV2_Log_Log* log, URIs& uris);