summaryrefslogtreecommitdiffstats
path: root/include-gpl/audio/audiofifo.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-gpl/audio/audiofifo.h
parent63c7d66556a92fd39fa3df7606bb7e76b2c48d15 (diff)
fix building on Windows with VS2010
Diffstat (limited to 'include-gpl/audio/audiofifo.h')
-rw-r--r--include-gpl/audio/audiofifo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include-gpl/audio/audiofifo.h b/include-gpl/audio/audiofifo.h
index 8a06e99..98f35b8 100644
--- a/include-gpl/audio/audiofifo.h
+++ b/include-gpl/audio/audiofifo.h
@@ -20,8 +20,9 @@
#include <QMutex>
#include <QWaitCondition>
+#include "util/export.h"
-class AudioFifo {
+class SDRANGELOVE_API AudioFifo {
public:
AudioFifo();
AudioFifo(uint sampleSize, uint numSamples);