summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/sink.h')
-rw-r--r--libs/audiographer/audiographer/sink.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/sink.h b/libs/audiographer/audiographer/sink.h
index 0a7004464e..e4248e8c33 100644
--- a/libs/audiographer/audiographer/sink.h
+++ b/libs/audiographer/audiographer/sink.h
@@ -5,6 +5,8 @@
#include "process_context.h"
+#include "audiographer/visibility.h"
+
namespace AudioGrapher
{
@@ -12,7 +14,7 @@ namespace AudioGrapher
* This is a pure virtual interface for all data sinks in AudioGrapher
*/
template <typename T>
-class Sink {
+class /*LIBAUDIOGRAPHER_API*/ Sink {
public:
virtual ~Sink () {}