mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 15:42:30 +00:00
Commited a possible fix to the screen update bug.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@258 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -36,6 +36,9 @@ public:
|
||||
void disable();
|
||||
|
||||
private:
|
||||
Download(const Download&);
|
||||
void operator = (const Download&);
|
||||
|
||||
void receive_next();
|
||||
void receive_prev();
|
||||
|
||||
|
||||
@@ -30,6 +30,9 @@ public:
|
||||
void disable();
|
||||
|
||||
private:
|
||||
DownloadList(const DownloadList&);
|
||||
void operator = (const DownloadList&);
|
||||
|
||||
void receive_next();
|
||||
void receive_prev();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user