summaryrefslogtreecommitdiffstats
path: root/include/dsp/threadedsamplesink.h
diff options
context:
space:
mode:
authorChristian Daniel <cd@maintech.de>2013-03-25 16:26:37 +0100
committerChristian Daniel <cd@maintech.de>2013-03-25 16:26:37 +0100
commit6aafc581cbd1f11a2170a6edfc30bb5d9245672a (patch)
treebd6a616ff717817d9f55caa2774c8354ffa31f0c /include/dsp/threadedsamplesink.h
parent63c7d66556a92fd39fa3df7606bb7e76b2c48d15 (diff)
fix building on Windows with VS2010
Diffstat (limited to 'include/dsp/threadedsamplesink.h')
-rw-r--r--include/dsp/threadedsamplesink.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dsp/threadedsamplesink.h b/include/dsp/threadedsamplesink.h
index f7e704e..4eaa46d 100644
--- a/include/dsp/threadedsamplesink.h
+++ b/include/dsp/threadedsamplesink.h
@@ -5,11 +5,12 @@
#include "samplesink.h"
#include "dsp/samplefifo.h"
#include "util/messagequeue.h"
+#include "util/export.h"
class QThread;
class SampleSink;
-class ThreadedSampleSink : public QObject, public SampleSink {
+class SDRANGELOVE_API ThreadedSampleSink : public QObject, public SampleSink {
Q_OBJECT
public: