summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/monitorinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/monitorinterface.h')
-rw-r--r--src/libktorrent/interfaces/monitorinterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/monitorinterface.h b/src/libktorrent/interfaces/monitorinterface.h
index a199800..0f864de 100644
--- a/src/libktorrent/interfaces/monitorinterface.h
+++ b/src/libktorrent/interfaces/monitorinterface.h
@@ -20,6 +20,7 @@
#ifndef KTMONITORINTERFACE_H
#define KTMONITORINTERFACE_H
+#include <libktorrent_export.h>
namespace kt
{
@@ -33,7 +34,7 @@ namespace kt
* Classes who want to keep track of all peers currently connected for a given
* torrent and all chunks who are currently downloading can implement this interface.
*/
- class MonitorInterface
+ class LIBKTORRENT_EXPORT MonitorInterface
{
public:
MonitorInterface();