X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Finstancescene.h;h=55bd266d7afbd80ea77dabbb725b620b14b7c1de;hb=25c81b4953dd38993250321b9407ce8b0139cbeb;hp=1f79d767ba0d69cbb48798a820e0f8900792b01b;hpb=d51a234320449909eb34c802faa1f0c516ef70a0;p=libs%2Fgl.git diff --git a/source/instancescene.h b/source/instancescene.h index 1f79d767..55bd266d 100644 --- a/source/instancescene.h +++ b/source/instancescene.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgl -Copyright © 2007-2008, 2010 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2008, 2010-2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -36,7 +36,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 = Tag()) const; }; } // namespace GL