This commit is contained in:
Jeff Becker 2018-04-25 11:27:56 -04:00
parent b046c45a9e
commit 0ced38cdcb
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ namespace client
class SAMBridge; class SAMBridge;
struct SAMSession; struct SAMSession;
class SAMSocket :public std::enable_shared_from_this<SAMSocket> class SAMSocket: public std::enable_shared_from_this<SAMSocket>
{ {
public: public: