summaryrefslogtreecommitdiffstats
path: root/include/ingen/AtomSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/AtomSink.hpp')
-rw-r--r--include/ingen/AtomSink.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ingen/AtomSink.hpp b/include/ingen/AtomSink.hpp
index 395eba54..abe1c196 100644
--- a/include/ingen/AtomSink.hpp
+++ b/include/ingen/AtomSink.hpp
@@ -27,7 +27,8 @@ namespace ingen {
/** A sink for LV2 Atoms.
* @ingroup IngenShared
*/
-class INGEN_API AtomSink {
+class INGEN_API AtomSink
+{
public:
virtual ~AtomSink() = default;