summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/monitorinterface.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-10 20:36:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-21 19:05:50 +0900
commit73da215882d7f96b6010fa99361c7cc10ec18bfb (patch)
treecea1a5016a94a9dac26cab8227e2513224288be3 /src/libktorrent/interfaces/monitorinterface.h
parentbb099158e6c9fd0f1c2771cb9350d3b0a0b51a27 (diff)
downloadktorrent-73da2158.tar.gz
ktorrent-73da2158.zip
Conversion to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bf204e931c605c73d761ec84943bb0cc94d7e7e4)
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();