Reordered constructors.
This commit is contained in:
parent
bb73af6843
commit
ef57133f9b
@ -11,8 +11,8 @@
|
||||
|
||||
|
||||
cBlockingSslClientSocket::cBlockingSslClientSocket(void) :
|
||||
m_IsConnected(false),
|
||||
m_Ssl(*this)
|
||||
m_Ssl(*this),
|
||||
m_IsConnected(false)
|
||||
{
|
||||
// Nothing needed yet
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user