Skip to content

Commit

Permalink
Add Forward (just in case)
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Aug 3, 2024
1 parent d8f335e commit 23838cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/UEST/Public/UEST.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace UEST
M Matcher;

explicit Passthrough(P... Args)
: Matcher{Args...}
: Matcher{Forward<P>(Args)...}
{}

template<typename U>
Expand Down

0 comments on commit 23838cf

Please sign in to comment.