This commit is contained in:
Jeff Becker 2016-08-21 22:54:06 -04:00
parent 5b00cb1e64
commit bee34a3222
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ namespace datagram
private:
std::shared_ptr<i2p::client::ClientDestination> m_Owner;
i2p::client::ClientDestination * m_Owner;
Receiver m_Receiver; // default
std::map<uint16_t, Receiver> m_ReceiversByPorts;