Skip to content

Commit

Permalink
Fix gcc complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Nov 7, 2024
1 parent 5eec825 commit e2387d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/apps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ namespace netxs::app::shared
auto& items_inst = *items;
auto& scroll_inst = *scroll;
auto esc_pressed = ptr::shared(faux);
auto& keybd = boss.plugins<pro::keybd>();
auto& keybd = boss.template plugins<pro::keybd>();
keybd.proc("WindowClose", [&, esc_pressed](hids& gear)
{
if (!gear.is_exclusive() && *esc_pressed)
Expand Down

0 comments on commit e2387d0

Please sign in to comment.