From 34fb90e18a20cfc780cdef660e6da391baf1bcde Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Jan 2018 21:21:20 +0100 Subject: Fix build with C++11 --- ingen/Interface.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ingen') diff --git a/ingen/Interface.hpp b/ingen/Interface.hpp index e22add9a..2221f8f0 100644 --- a/ingen/Interface.hpp +++ b/ingen/Interface.hpp @@ -47,6 +47,8 @@ class Atom; class INGEN_API Interface { public: + using result_type = void; + Interface() : _seq(0) {} virtual ~Interface() = default; -- cgit v1.2.1