Skip to content

Commit

Permalink
🚨 remove const qualification from gateRatio
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Oct 3, 2023
1 parent 0eb9011 commit c15ca99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class ProportionalApplicationScheme final
static_cast<std::size_t>(1U));
}

const std::size_t gateRatio;
std::size_t gateRatio;
};
} // namespace ec

0 comments on commit c15ca99

Please sign in to comment.