mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 07:02:30 +00:00
Fixed compiler issues with gcc-4.6 c++0x.
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ View::initialize(const std::string& name) {
|
||||
m_focus = 0;
|
||||
|
||||
set_last_changed(rak::timer());
|
||||
m_delayChanged.set_slot(rak::mem_fn(&m_signalChanged, &signal_type::operator()));
|
||||
m_delayChanged.set_slot(std::tr1::bind(&signal_type::operator(), &m_signalChanged));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user