X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Forderedscene.h;h=bb49c9cbb0b9e5dae223cbf06c7b60c3e851cddd;hb=ab59f5a9e66b3fc7872ad96ec7949940189f0819;hp=6bb12192a851877887dd1b21dc1100c4554a7e18;hpb=9addd3d476245415244e59333a36a8fc0eae42bf;p=libs%2Fgl.git diff --git a/source/orderedscene.h b/source/orderedscene.h index 6bb12192..bb49c9cb 100644 --- a/source/orderedscene.h +++ b/source/orderedscene.h @@ -1,15 +1,8 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2010 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_GL_ORDEREDSCENE_H_ #define MSP_GL_ORDEREDSCENE_H_ #include -#include +#include "scene.h" namespace Msp { namespace GL { @@ -32,7 +25,8 @@ public: void insert(unsigned, const Renderable &); void insert_after(const Renderable &, const Renderable &); - virtual void render(const Tag & = Tag()) const; + using Scene::render; + virtual void render(Renderer &, const Tag & = Tag()) const; }; } // namespace GL