mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
compatibility with gcc 4.6
This commit is contained in:
parent
b97f095de4
commit
2e7ce38552
3
Garlic.h
3
Garlic.h
@ -119,7 +119,8 @@ namespace garlic
|
||||
// for HTTP only
|
||||
size_t GetNumOutgoingTags () const { return m_SessionTags.size (); };
|
||||
};
|
||||
using GarlicRoutingSessionPtr = std::shared_ptr<GarlicRoutingSession>;
|
||||
//using GarlicRoutingSessionPtr = std::shared_ptr<GarlicRoutingSession>;
|
||||
typedef std::shared_ptr<GarlicRoutingSession> GarlicRoutingSessionPtr; // TODO: replace to using after switch to 4.8
|
||||
|
||||
class GarlicDestination: public i2p::data::LocalDestination
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user