order.h
changeset 1093 e8d26c7dc42f
parent 1053 dfb5243315f1
child 1314 d6a253cf92c3
--- a/order.h	Sat Jan 22 19:41:30 2005 +0000
+++ b/order.h	Sat Jan 22 20:23:18 2005 +0000
@@ -90,7 +90,7 @@
 	return false;
 }
 
-static inline bool IsOrderPoolFull()
+static inline bool IsOrderPoolFull(void)
 {
 	return !HasOrderPoolFree(1);
 }