diff --git a/libi2pd_client/I2PService.h b/libi2pd_client/I2PService.h index fd5e8999..ebe2164c 100644 --- a/libi2pd_client/I2PService.h +++ b/libi2pd_client/I2PService.h @@ -14,7 +14,7 @@ namespace i2p namespace client { class I2PServiceHandler; - class I2PService : std::enable_shared_from_this + class I2PService : public std::enable_shared_from_this { public: typedef std::function ReadyCallback;