summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/mse/streamsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/mse/streamsocket.h')
-rw-r--r--src/libktorrent/mse/streamsocket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/mse/streamsocket.h b/src/libktorrent/mse/streamsocket.h
index c653e5d..0b3c234 100644
--- a/src/libktorrent/mse/streamsocket.h
+++ b/src/libktorrent/mse/streamsocket.h
@@ -23,6 +23,7 @@
#include <tqobject.h>
#include <util/constants.h>
#include <net/bufferedsocket.h>
+#include <libktorrent_export.h>
class TQString;
@@ -52,7 +53,7 @@ namespace mse
* not be used anymore, a SocketReader and SocketWriter should be provided,
* so that reading and writing is controlled from the monitor thread.
*/
- class StreamSocket : public TQObject,public net::SocketReader,public net::SocketWriter
+ class LIBKTORRENT_EXPORT StreamSocket : public TQObject,public net::SocketReader,public net::SocketWriter
{
TQ_OBJECT