Skip to content

Commit

Permalink
Fix apple clang complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Oct 24, 2024
1 parent 8065af1 commit 8b453a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/desktopio/controls.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@ namespace netxs::ui
{
auto backup = boss.This();
log(prompt::gate, "No mouse clicking events");
boss.template base::riseup<tier::release>(e2::form::proceed::quit::one, true);
boss.base::template riseup<tier::release>(e2::form::proceed::quit::one, true);
ping.reset();
memo.clear();
}
Expand Down

0 comments on commit 8b453a1

Please sign in to comment.