aboutsummaryrefslogtreecommitdiff
path: root/lib/recycler.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/recycler.h')
-rw-r--r--lib/recycler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/recycler.h b/lib/recycler.h
index b01742350..6bb80375d 100644
--- a/lib/recycler.h
+++ b/lib/recycler.h
@@ -26,7 +26,7 @@ public:
int used() const;
Buffer *next(); // get next in queue
- Buffer *get(); // get next in recycle
+ Buffer *get(unsigned long size); // get next in recycle
void add(); // add to queue
void done(); // add to recycle