X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Flibr2c2%2Fzone.h;h=9542a0577357f571c8db70e82d162c05dd61a2db;hp=cee45e8d311a29bd15b39ead3e2807aff5856189;hb=3907520897611cb1b5f2f938c60d3eaff34477a5;hpb=c1f45677ffbe9ded079df99f998d8e2abfe548de 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;