summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/net/socketmonitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/net/socketmonitor.h')
-rw-r--r--src/libktorrent/net/socketmonitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libktorrent/net/socketmonitor.h b/src/libktorrent/net/socketmonitor.h
index 6fc63c1..aa2aa56 100644
--- a/src/libktorrent/net/socketmonitor.h
+++ b/src/libktorrent/net/socketmonitor.h
@@ -20,10 +20,10 @@
#ifndef NETSOCKETMONITOR_H
#define NETSOCKETMONITOR_H
-
#include <tqmutex.h>
#include <tqptrlist.h>
#include <util/constants.h>
+#include <libktorrent_export.h>
namespace net
@@ -40,7 +40,7 @@ namespace net
* Monitors all sockets for upload and download traffic.
* It uses two threads to do this.
*/
- class SocketMonitor
+ class LIBKTORRENT_EXPORT SocketMonitor
{
static SocketMonitor self;