diff --git a/include/libtorrent/disk_io_job.hpp b/include/libtorrent/disk_io_job.hpp index 463d1a711..51446db6c 100644 --- a/include/libtorrent/disk_io_job.hpp +++ b/include/libtorrent/disk_io_job.hpp @@ -137,10 +137,10 @@ namespace libtorrent { using read_handler = std::function; using write_handler = std::function; using hash_handler = std::function; - using move_handler = std::function; + using move_handler = std::function; using release_handler = std::function; using check_handler = std::function; - using rename_handler = std::function; + using rename_handler = std::function; using clear_piece_handler = std::function; boost::variant