summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/source.h')
-rw-r--r--libs/audiographer/audiographer/source.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/source.h b/libs/audiographer/audiographer/source.h
index deefb900ee..9a3f80719b 100644
--- a/libs/audiographer/audiographer/source.h
+++ b/libs/audiographer/audiographer/source.h
@@ -6,6 +6,8 @@
#include <boost/shared_ptr.hpp>
+#include "audiographer/visibility.h"
+
namespace AudioGrapher
{
@@ -13,7 +15,7 @@ namespace AudioGrapher
* This is a pure virtual interface for all data sources in AudioGrapher
*/
template<typename T>
-class Source
+class LIBAUDIOGRAPHER_API Source
{
public:
virtual ~Source () { }