X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblockallocator.h;h=7ff5d77f2cf538b4effc9fa4c40826b9a8cb956d;hb=54392d65e2053d1eacb4cfcc435f1013993f2973;hp=3ef3fa047796e2cceaaef10fb92dfd76558ab53b;hpb=ca9d278f9472206ad9a01190dcef9f0eb1bcc274;p=r2c2.git diff --git a/source/libr2c2/blockallocator.h b/source/libr2c2/blockallocator.h index 3ef3fa0..7ff5d77 100644 --- a/source/libr2c2/blockallocator.h +++ b/source/libr2c2/blockallocator.h @@ -40,7 +40,7 @@ private: public: BlockAllocator(Train &); - void start_from(Block &, unsigned); + void start_from(const BlockIter &); void clear(); bool empty() const { return blocks.empty(); } void stop_at(const Block *);