mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-07 02:32:32 +00:00
C++11 fixes.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
#include "rpc/parse_commands.h"
|
||||
|
||||
ThreadWorker::ThreadWorker() {
|
||||
m_taskTouchLog.set_slot(std::tr1::bind(&ThreadWorker::task_touch_log, this));
|
||||
m_taskTouchLog.slot() = std::tr1::bind(&ThreadWorker::task_touch_log, this);
|
||||
}
|
||||
|
||||
ThreadWorker::~ThreadWorker() {
|
||||
|
||||
Reference in New Issue
Block a user