X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrain.h;h=6b384f8220b9eece5e5873ead9ab07283d601755;hb=54392d65e2053d1eacb4cfcc435f1013993f2973;hp=94348e105c551a76edcd0730af57aac7ed3dd18b;hpb=ca9d278f9472206ad9a01190dcef9f0eb1bcc274;p=r2c2.git diff --git a/source/libr2c2/train.h b/source/libr2c2/train.h index 94348e1..6b384f8 100644 --- a/source/libr2c2/train.h +++ b/source/libr2c2/train.h @@ -113,7 +113,7 @@ public: return 0; } - void place(Block &, unsigned); + void place(const BlockIter &); void unplace(); bool is_placed() const { return !allocator.empty(); } void stop_at(Block *);