summaryrefslogtreecommitdiff
path: root/order.h
diff options
context:
space:
mode:
Diffstat (limited to 'order.h')
-rw-r--r--order.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/order.h b/order.h
index 97f823a54..430e3bb8b 100644
--- a/order.h
+++ b/order.h
@@ -90,7 +90,7 @@ static inline bool HasOrderPoolFree(uint amount)
return false;
}
-static inline bool IsOrderPoolFull()
+static inline bool IsOrderPoolFull(void)
{
return !HasOrderPoolFree(1);
}