mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
Merge pull request #1060 from inetic/openssl
Inherit _publicly_ from shared_from_this in I2PService
This commit is contained in:
commit
38b694a055
@ -14,7 +14,7 @@ namespace i2p
|
||||
namespace client
|
||||
{
|
||||
class I2PServiceHandler;
|
||||
class I2PService : std::enable_shared_from_this<I2PService>
|
||||
class I2PService : public std::enable_shared_from_this<I2PService>
|
||||
{
|
||||
public:
|
||||
typedef std::function<void(const boost::system::error_code &)> ReadyCallback;
|
||||
|
Loading…
Reference in New Issue
Block a user