Fix c++0x errors

This commit is contained in:
Vinnie Falco
2013-08-10 00:43:55 -07:00
parent 2087c2aeb7
commit 58b0c0ef34
2 changed files with 10 additions and 11 deletions

View File

@@ -67,8 +67,8 @@ public:
, Logic (get_socket ())
, Thread (name ())
, m_timer (get_io_service ())
, m_timed_out (false)
, m_timer_set (false)
, m_timed_out (false)
{
}