]> git.tdb.fi Git - libs/gl.git/blobdiff - source/windowview.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / windowview.h
index 0c5e1b1d72b796b15a7133b3ad54609956e81367..8b6f1431d7a9df8d068a4c4975500445179797f0 100644 (file)
@@ -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: