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