Skip to content

Commit

Permalink
Fix gcc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Jun 17, 2024
1 parent 9b836c7 commit 9a9b2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ripple/app/paths/Flow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ flow(
// different types, use templates to tell `flow` about the amount types.
path::RippleCalc::Output result;
std::visit(
[&, &strands_ = strands]<typename TIn, typename TOut>(TIn*&&, TOut*&&) {
[&, &strands_ = strands]<typename TIn, typename TOut>(
TIn const*&&, TOut const*&&) {
result = finishFlow(
sb,
srcAsset,
Expand Down

0 comments on commit 9a9b2c0

Please sign in to comment.