1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-08 22:57:52 +00:00

* Destination.cpp : fix lambda with 4.7

This commit is contained in:
hagen 2016-02-20 01:00:00 +00:00
parent 02310d4af6
commit d312d753e9

View File

@ -460,7 +460,7 @@ namespace client
{
auto s = shared_from_this ();
RequestLeaseSet (GetIdentHash (),
[s](std::shared_ptr<i2p::data::LeaseSet> leaseSet)
[s,this](std::shared_ptr<i2p::data::LeaseSet> leaseSet)
{
if (leaseSet)
{