mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 15:12:30 +00:00
Fixed compiler issues with gcc-4.6 c++0x.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace display {
|
||||
Manager::Manager() :
|
||||
m_forceRedraw(false) {
|
||||
|
||||
m_taskUpdate.set_slot(rak::mem_fn(this, &Manager::receive_update));
|
||||
m_taskUpdate.set_slot(std::tr1::bind(&Manager::receive_update, this));
|
||||
}
|
||||
|
||||
Manager::~Manager() {
|
||||
|
||||
Reference in New Issue
Block a user