summaryrefslogtreecommitdiff
path: root/syncListenSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'syncListenSocket.h')
-rw-r--r--syncListenSocket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/syncListenSocket.h b/syncListenSocket.h
index 359c14d..2b62bf2 100644
--- a/syncListenSocket.h
+++ b/syncListenSocket.h
@@ -61,8 +61,8 @@ public:
/** Constructor.
\param h ISocketHandler reference
\param use_creator Optional use of creator (default true) */
- SyncListenSocket(ISocketHandler& h, Y & y,bool use_creator = true) : Socket(h), m_depth(0), m_creator(NULL),y_(y)
- ,m_bHasCreate(false)
+ SyncListenSocket(ISocketHandler& h, Y & y,bool use_creator = true) : Socket(h), m_depth(0), m_creator(NULL),
+ m_bHasCreate(false),y_(y)
{
if (use_creator)
{