tests: Fixed build
This commit is contained in:
parent
8b2dcf976f
commit
2abf89cd16
@ -28,7 +28,7 @@ static std::string format(hex::pl::Evaluator *ctx, const auto ¶ms) {
|
||||
auto ¶m = 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user