mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 09:00:30 +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 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…
Add table
Reference in a new issue