Skip to content

Commit

Permalink
iox-#27 Fix lambda this capturing
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Killat <matthias.killat@apex.ai>
  • Loading branch information
MatthiasKillat committed Feb 17, 2022
1 parent 2e01f3b commit 63c251d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_posh/source/roudi/port_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ PortManager::acquirePublisherPortData(const capro::ServiceDescription& service,
service, publisherOptions, runtimeName, payloadDataSegmentMemoryManager, portConfigInfo)
.and_then([&](auto publisherPortData) {
PublisherPortRouDiType port(publisherPortData);
doDiscoveryForPublisherPort(port);
this->doDiscoveryForPublisherPort(port);
});
}

Expand Down

0 comments on commit 63c251d

Please sign in to comment.