blob: 2e9f10ccab30446b958f5e1e5dffa7cc17a78658 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- include/BitTorrent.h.orig Tue May 29 17:19:03 2007
+++ include/BitTorrent.h Tue May 29 17:19:18 2007
@@ -67,7 +67,7 @@
public:
~BitTorrent();
static BitTorrent* decode( const char* buf, int len );
- static BitTorrent* BitTorrent::bt_decode_file( const char* filename );
+ static BitTorrent* bt_decode_file( const char* filename );
void setAnnounce( const std::string& announce );
const std::string& getAnnounce() const;
void setSingleFile( bool s );
|