X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;h=f5af90e585a4913554645cb189ee61d9fea32b17;hb=0443ca05cbd306487131f5f5bd3b91181ae4a733;hp=ba939f7e2be6139bfcd219ad9b2b85b230958e98;hpb=fafc91bc79152890e5c2f43f29811cb10a3a7ecb;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index ba939f7..f5af90e 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -65,7 +65,7 @@ public: private: void reserve_more(); bool reserve_block(const BlockIter &); - void advance_front(const Block *); + void advance_front(const Block *, bool); void advance_front(const Sensor *); void advance_back(); void release_blocks_begin(const BlockList::iterator &);