summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/interfaces/logmonitorinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/interfaces/logmonitorinterface.h')
-rw-r--r--src/libktorrent/interfaces/logmonitorinterface.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libktorrent/interfaces/logmonitorinterface.h b/src/libktorrent/interfaces/logmonitorinterface.h
index 54e1a21..7ee6498 100644
--- a/src/libktorrent/interfaces/logmonitorinterface.h
+++ b/src/libktorrent/interfaces/logmonitorinterface.h
@@ -20,6 +20,8 @@
#ifndef KTLOGMONITORINTERFACE_H
#define KTLOGMONITORINTERFACE_H
+#include <libktorrent_export.h>
+
class TQString;
namespace kt
@@ -32,7 +34,7 @@ namespace kt
* This class is an interface for all classes which want to know,
* what is written to the log.
*/
- class LogMonitorInterface
+ class LIBKTORRENT_EXPORT LogMonitorInterface
{
public:
LogMonitorInterface();