mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
[build] missed lambda captured
This commit is contained in:
parent
0918063640
commit
e18e8e214a
@ -895,7 +895,7 @@ void handle_paging_key(int ch)
|
||||
}
|
||||
}
|
||||
else {
|
||||
lnav_data.ld_view_stack.top() | [](auto top_tc) {
|
||||
lnav_data.ld_view_stack.top() | [&](auto top_tc) {
|
||||
auto *dst_view = dynamic_cast<text_time_translator *>(top_tc->get_sub_source());
|
||||
|
||||
if (dst_view != nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user