Skip to content

Commit

Permalink
test: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Oct 10, 2024
1 parent 331a825 commit 771603f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/entt/signal/sigh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct sigh_listener {
return true;
}

[[nodiscard]] bool h(const int &) {
[[nodiscard]] bool h(const int &) const {
return val;
}

Expand Down

0 comments on commit 771603f

Please sign in to comment.