mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 16:15:50 +00:00
committed by
GitHub
parent
6065d324b5
commit
a9d685d5c0
@@ -25,7 +25,7 @@ struct FakeAmendmentBlockAction {
|
||||
std::reference_wrapper<std::size_t> callCount;
|
||||
|
||||
void
|
||||
operator()()
|
||||
operator()() const
|
||||
{
|
||||
++(callCount.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user