mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
Minor: fixed clang compile warning [-Wmismatched-tags]
This commit is contained in:
parent
82af922b40
commit
ddf2aa38cc
1 changed files with 1 additions and 1 deletions
2
SAM.h
2
SAM.h
|
@ -67,7 +67,7 @@ namespace client
|
|||
};
|
||||
|
||||
class SAMBridge;
|
||||
class SAMSession;
|
||||
struct SAMSession;
|
||||
class SAMSocket: public std::enable_shared_from_this<SAMSocket>
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue