summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/functions.h')
-rw-r--r--src/libktorrent/functions.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/functions.h b/src/libktorrent/functions.h
index 4b2a9ee..4076d9e 100644
--- a/src/libktorrent/functions.h
+++ b/src/libktorrent/functions.h
@@ -22,6 +22,7 @@
#include <tqstring.h>
#include <util/constants.h>
+#include <libktorrent_export.h>
namespace kt
{
@@ -29,7 +30,7 @@ namespace kt
* Will return the data directory
* @return ~/.trinity/share/apps/ktorrent/
*/
- TQString DataDir();
+ LIBKTORRENT_EXPORT TQString DataDir();
}
#endif