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:
rakshasa
2005-02-06 18:17:13 +00:00
parent c2a0fd90dc
commit fc903274ae
7 changed files with 19 additions and 3 deletions
+3
View File
@@ -36,6 +36,9 @@ public:
void disable();
private:
Download(const Download&);
void operator = (const Download&);
void receive_next();
void receive_prev();
+3
View File
@@ -30,6 +30,9 @@ public:
void disable();
private:
DownloadList(const DownloadList&);
void operator = (const DownloadList&);
void receive_next();
void receive_prev();