Skip to content

Commit

Permalink
tests: Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Mar 3, 2022
1 parent 8b2dcf9 commit 2abf89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pattern_language/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static std::string format(hex::pl::Evaluator *ctx, const auto &params) {
auto &param = params[i];

std::visit(hex::overloaded {
[&](const std::shared_ptr<hex::pl::Pattern> &value) {
[&](hex::pl::Pattern *value) {
formatArgs.push_back(value->toString(ctx->getProvider()));
},
[&](auto &&value) {
Expand Down

0 comments on commit 2abf89c

Please sign in to comment.