X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fblock.h;h=f255e43f2e2421fb18b81bd9c0a6e862e0218a63;hb=d06a1e1ab34e5ecb4bb7011d44298a0b5e6162be;hp=86ad6ce593e0204ee7708fd3ad0a26560547e709;hpb=1124a98ce5e1edee1904eeec089976d446601afd;p=r2c2.git diff --git a/source/libr2c2/block.h b/source/libr2c2/block.h index 86ad6ce..f255e43 100644 --- a/source/libr2c2/block.h +++ b/source/libr2c2/block.h @@ -65,6 +65,9 @@ public: Train *get_train() const { return train; } private: void determine_id(); + +public: + virtual Msp::DataFile::Statement save_reference() const; }; } // namespace R2C2