diff options
Diffstat (limited to 'src/oldpool.h')
-rw-r--r-- | src/oldpool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oldpool.h b/src/oldpool.h index 457e5327d..8396e5de0 100644 --- a/src/oldpool.h +++ b/src/oldpool.h @@ -311,7 +311,7 @@ protected: } public: - static bool CanAllocateItem(); + static bool CanAllocateItem(uint count = 1); }; |