summaryrefslogtreecommitdiffstats
path: root/src/libktorrent/torrent/bencoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libktorrent/torrent/bencoder.h')
-rw-r--r--src/libktorrent/torrent/bencoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libktorrent/torrent/bencoder.h b/src/libktorrent/torrent/bencoder.h
index eb84c39..1338681 100644
--- a/src/libktorrent/torrent/bencoder.h
+++ b/src/libktorrent/torrent/bencoder.h
@@ -22,6 +22,7 @@
#include <util/file.h>
+#include <libktorrent_export.h>
namespace bt
@@ -79,7 +80,7 @@ namespace bt
* the BitTorrent protocol docs. The data gets written to a BEncoderOutput
* thing.
*/
- class BEncoder
+ class LIBKTORRENT_EXPORT BEncoder
{
BEncoderOutput* out;
bool del;