Skip to content

Commit

Permalink
fix: corrected incorrect destructor syntax (philips-software#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
daantimmer committed Nov 15, 2023
1 parent 3b2cf86 commit e01dd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/util/Function.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ namespace infra
{}

template<std::size_t ExtraSize>
ExecuteOnDestruction::WithExtraSize<ExtraSize>::~WithExtraSize<ExtraSize>()
ExecuteOnDestruction::WithExtraSize<ExtraSize>::~WithExtraSize()
{
f();
}
Expand Down

0 comments on commit e01dd98

Please sign in to comment.