From c156112be47f3adbb8d97ebc4e55fc5580924284 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Tue, 29 May 2007 15:56:58 +0000 Subject: Fix build on CURRENT --- net-p2p/qtella/files/patch-include__BitTorrent.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-p2p/qtella/files/patch-include__BitTorrent.h (limited to 'net-p2p/qtella/files/patch-include__BitTorrent.h') diff --git a/net-p2p/qtella/files/patch-include__BitTorrent.h b/net-p2p/qtella/files/patch-include__BitTorrent.h new file mode 100644 index 000000000000..2e9f10ccab30 --- /dev/null +++ b/net-p2p/qtella/files/patch-include__BitTorrent.h @@ -0,0 +1,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 ); -- cgit v1.2.3