don't use reset

pull/1169/head
Jeff Becker 6 years ago
parent 73b3fbc2da
commit 623433099b
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -25,7 +25,7 @@ namespace client
SAMSocket::~SAMSocket ()
{
m_Stream.reset ();
m_Stream = nullptr;
}
void SAMSocket::Terminate (const char* reason)

Loading…
Cancel
Save