X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Fzone.cpp;h=23b0ac9f093f3962507473f6258c082d3bb3245a;hb=ab64a17394440c3cb18d0b30d75fb4ed6297a6b4;hp=00edb5799f6d4d9b49f481f7d7ef3f76113666ce;hpb=73edcbd8841752a2722fc8b3927fee2abbbba750;p=r2c2.git diff --git a/source/libr2c2/zone.cpp b/source/libr2c2/zone.cpp index 00edb57..23b0ac9 100644 --- a/source/libr2c2/zone.cpp +++ b/source/libr2c2/zone.cpp @@ -13,12 +13,12 @@ Zone::Zone(Layout &l): TrackChain(l), number(0) { - layout.add_zone(*this); + layout.add(*this); } Zone::~Zone() { - layout.remove_zone(*this); + layout.remove(*this); } void Zone::set_name(const string &g, const string &q, unsigned n)