X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Flibr2c2%2Fzone.h;h=9542a0577357f571c8db70e82d162c05dd61a2db;hb=3907520897611cb1b5f2f938c60d3eaff34477a5;hp=cee45e8d311a29bd15b39ead3e2807aff5856189;hpb=c1f45677ffbe9ded079df99f998d8e2abfe548de;p=r2c2.git diff --git a/source/libr2c2/zone.h b/source/libr2c2/zone.h index cee45e8..9542a05 100644 --- a/source/libr2c2/zone.h +++ b/source/libr2c2/zone.h @@ -49,6 +49,7 @@ public: private: TrackIter next_iter(const TrackIter &) const; public: + using TrackChain::get_end; virtual TrackIter get_end(Direction) const; void save(std::list &) const;