Minor: fixed clang compile warning [-Wmismatched-tags]

This commit is contained in:
Torkel Bjørnson-Langen 2014-12-29 17:40:03 +01:00
parent 82af922b40
commit ddf2aa38cc

2
SAM.h
View File

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