mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 08:20:02 -05:00
tests: Fixed build
This commit is contained in:
@@ -28,7 +28,7 @@ static std::string format(hex::pl::Evaluator *ctx, const auto ¶ms) {
|
|||||||
auto ¶m = params[i];
|
auto ¶m = params[i];
|
||||||
|
|
||||||
std::visit(hex::overloaded {
|
std::visit(hex::overloaded {
|
||||||
[&](const std::shared_ptr<hex::pl::Pattern> &value) {
|
[&](hex::pl::Pattern *value) {
|
||||||
formatArgs.push_back(value->toString(ctx->getProvider()));
|
formatArgs.push_back(value->toString(ctx->getProvider()));
|
||||||
},
|
},
|
||||||
[&](auto &&value) {
|
[&](auto &&value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user