diff options
author | Slávek Banko <[email protected]> | 2013-02-24 16:04:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-02-24 16:04:22 +0100 |
commit | e66056405208b7ba28c848aba5a680fbc9f3a53f (patch) | |
tree | 0be0a5e9bbddd9b9828b1085f57909906e79842e /libktorrent/torrent/downloader.cpp | |
parent | a1d815d63000ff0e0cf0e470afa6801e2fed32b9 (diff) | |
download | ktorrent-e66056405208b7ba28c848aba5a680fbc9f3a53f.tar.gz ktorrent-e66056405208b7ba28c848aba5a680fbc9f3a53f.zip |
Fix unintended rename of chunk*
Diffstat (limited to 'libktorrent/torrent/downloader.cpp')
-rw-r--r-- | libktorrent/torrent/downloader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/torrent/downloader.cpp b/libktorrent/torrent/downloader.cpp index 4b81f1b..582fa7e 100644 --- a/libktorrent/torrent/downloader.cpp +++ b/libktorrent/torrent/downloader.cpp @@ -33,7 +33,7 @@ #include <interfaces/functions.h> #include <interfaces/monitorinterface.h> #include "packetwriter.h" -#include "chuntdeselector.h" +#include "chunkselector.h" #include "ipblocklist.h" #include "ktversion.h" |