X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrain.h;fp=source%2Flibr2c2%2Ftrain.h;h=340537a89a401242fd08cabb2c004459892ec36e;hb=d051af7264ee62d03473f1929414e262e918c30a;hp=3aaf6b14137cf8401489c39918fbba135107a011;hpb=77db8741430ca462e3b624dd42d5ead96be7f264;p=r2c2.git diff --git a/source/libr2c2/train.h b/source/libr2c2/train.h index 3aaf6b1..340537a 100644 --- a/source/libr2c2/train.h +++ b/source/libr2c2/train.h @@ -112,7 +112,7 @@ public: return 0; } - void place(const BlockIter &); + bool place(const BlockIter &); void unplace(); bool is_placed() const { return !allocator.empty(); } void stop_at(Block *);