Browse Source

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

pull/121/head
Torkel Bjørnson-Langen 10 years ago
parent
commit
ddf2aa38cc
  1. 2
      SAM.h

2
SAM.h

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

Loading…
Cancel
Save