From 16990be9b8b5703d35df62338ae437a158d4fa41 Mon Sep 17 00:00:00 2001 From: gregtatcam Date: Fri, 7 Jun 2024 12:19:32 -0400 Subject: [PATCH] Fix compiler error on gcc --- src/ripple/app/paths/Flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ripple/app/paths/Flow.cpp b/src/ripple/app/paths/Flow.cpp index d587bc78216..cce1cec18e2 100644 --- a/src/ripple/app/paths/Flow.cpp +++ b/src/ripple/app/paths/Flow.cpp @@ -148,7 +148,7 @@ flow( path::RippleCalc::Output result; std::visit( [&, &strands_ = strands]( - TIn const*&&, TOut const*&&) { + TIn*&&, TOut*&&) { result = finishFlow( sb, srcAsset,