Skip to content

Commit

Permalink
Fix unix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Feb 7, 2025
1 parent d80c51a commit 320d714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netxs/desktopio/console.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ namespace netxs::ui
canal{ canal },
owner{ owner }
{
auto& oneshot = owner.base::field<hook>();
auto& oneshot = owner.base::template field<hook>(); //todo Apple clang requires template keyword
owner.LISTEN(tier::anycast, e2::form::upon::started, root, oneshot)
{
owner_wptr = owner.This();
Expand Down

0 comments on commit 320d714

Please sign in to comment.