1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

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 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: