From: Mikko Rasa Date: Sun, 9 Feb 2020 22:01:35 +0000 (+0200) Subject: Make all overloads of render available in WindowView X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=commitdiff_plain;h=4203666be3422ad81df2989f4a2ed953f46c4a8e Make all overloads of render available in WindowView --- diff --git a/source/windowview.h b/source/windowview.h index 0c5e1b1d..8b6f1431 100644 --- a/source/windowview.h +++ b/source/windowview.h @@ -23,6 +23,7 @@ public: virtual unsigned get_width() const { return window.get_width(); } virtual unsigned get_height() const { return window.get_height(); } + using View::render; virtual void render(Renderer &); private: