X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fsimplescene.h;h=db93e169d3b82bae5903fccc8c81ff155d6ff3d9;hp=b28b5c0ce12e628d4bfb1b1b1dbe7550746a7658;hb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;hpb=9addd3d476245415244e59333a36a8fc0eae42bf diff --git a/source/simplescene.h b/source/simplescene.h index b28b5c0c..db93e169 100644 --- a/source/simplescene.h +++ b/source/simplescene.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_SIMPLESCENE_H_ #define MSP_GL_SIMPLESCENE_H_ @@ -28,7 +21,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