From 3907520897611cb1b5f2f938c60d3eaff34477a5 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sun, 22 Mar 2015 17:32:16 +0200 Subject: [PATCH] Add a using statement for get_end in Zone The virtual function declaration hides the other overload if it's not explicitly brought in. --- source/libr2c2/zone.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.43.0