* Destination.cpp : fix lambda with 4.7

pull/388/head
hagen 8 years ago
parent 02310d4af6
commit d312d753e9

@ -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)
{

Loading…
Cancel
Save