X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrackcircuit.h;h=f7760bbc73d93e7fac7b7d752b35ff12eac44a8a;hb=d27013f6fa4a84cd088d9e7eb7901512304bbea3;hp=64e7462788f0da2ab43adfa1d8fb86098524ceda;hpb=59bae8acd679127602cf35d22bcd37e316a5a056;p=r2c2.git diff --git a/source/libr2c2/trackcircuit.h b/source/libr2c2/trackcircuit.h index 64e7462..f7760bb 100644 --- a/source/libr2c2/trackcircuit.h +++ b/source/libr2c2/trackcircuit.h @@ -15,7 +15,8 @@ private: public: TrackCircuit(Layout &, Block &); - Block &get_block() const { return block; } + virtual void set_address(unsigned); + virtual Block *get_block() const { return █ } }; } // namespace R2C2