fixed shared_ptr error

This commit is contained in:
orignal 2017-01-17 12:13:56 -05:00
parent 4317694c64
commit 2cbdb0bc17
2 changed files with 17 additions and 2 deletions

View file

@ -37,8 +37,10 @@ namespace datagram
class DatagramSession : public std::enable_shared_from_this<DatagramSession>
{
public:
DatagramSession(i2p::client::ClientDestination * localDestination,
const i2p::data::IdentHash & remoteIdent);
DatagramSession(i2p::client::ClientDestination * localDestination, const i2p::data::IdentHash & remoteIdent);
void Start ();
void Stop ();
/** @brief ack the garlic routing path */