X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;fp=source%2Flibr2c2%2Fblockallocator.h;h=fe05603e0e0c997d56058a7904a72afb3dc34fe1;hb=d051af7264ee62d03473f1929414e262e918c30a;hp=f5af90e585a4913554645cb189ee61d9fea32b17;hpb=77db8741430ca462e3b624dd42d5ead96be7f264;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index f5af90e..fe05603 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -48,7 +48,7 @@ public: void set_active(bool); bool is_active() const { return active; } - void start_from(const BlockIter &); + bool start_from(const BlockIter &); void rewind_to(const Block &); void clear(); bool empty() const { return blocks.empty(); }