diff options
| author | megamage <none@none> | 2009-04-29 16:17:22 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-29 16:17:22 -0500 |
| commit | 6317b7b4c5549cac20517b4cb6156363a5c27760 (patch) | |
| tree | 829bbe55e57efb54981d52483d40d57bbad1312e /src/game/WorldSocketMgr.cpp | |
| parent | 21fa39edd4b1aa99df28459407e5a489927e5874 (diff) | |
[7733] Fixed compile error on VC2005ee. Author: AlexDereka
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSocketMgr.cpp')
| -rw-r--r-- | src/game/WorldSocketMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/WorldSocketMgr.cpp b/src/game/WorldSocketMgr.cpp index 561fa37eee3..cc08962efa5 100644 --- a/src/game/WorldSocketMgr.cpp +++ b/src/game/WorldSocketMgr.cpp @@ -158,7 +158,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 ()) { |
