X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fsimplescene.h;fp=source%2Fsimplescene.h;h=35315926460d0727f3d9471e392e3e05744872fa;hp=b28b5c0ce12e628d4bfb1b1b1dbe7550746a7658;hb=25c81b4953dd38993250321b9407ce8b0139cbeb;hpb=d51a234320449909eb34c802faa1f0c516ef70a0 diff --git a/source/simplescene.h b/source/simplescene.h index b28b5c0c..35315926 100644 --- a/source/simplescene.h +++ b/source/simplescene.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgl -Copyright © 2010 Mikko Rasa, Mikkosoft Productions +Copyright © 2010-2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -28,7 +28,8 @@ public: virtual void add(const Renderable &); virtual void remove(const Renderable &); - virtual void render(const Tag &tag = Tag()) const; + using Scene::render; + virtual void render(Renderer &, const Tag & = Tag()) const; }; } // namespace GL