mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7733] Fixed compile error on VC2005ee.
This commit is contained in:
parent
cb72302a8a
commit
6192fcbd0c
4 changed files with 5 additions and 5 deletions
|
|
@ -156,7 +156,7 @@ class ReactorRunnable : protected ACE_Task_Base
|
|||
|
||||
ACE_ASSERT (m_Reactor);
|
||||
|
||||
SocketSet::const_iterator i, t;
|
||||
SocketSet::iterator i, t;
|
||||
|
||||
while (!m_Reactor->reactor_event_loop_done ())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue