Browse Source

* Destination.cpp : fix lambda with 4.7

pull/388/head
hagen 8 years ago
parent
commit
d312d753e9
  1. 2
      Destination.cpp

2
Destination.cpp

@ -460,7 +460,7 @@ namespace client @@ -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