X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsimplescene.h;h=fd834111354635a3c34d29d9158a3faf45042b1a;hb=fd103d76d7546f7e22aefc18c090a844fc67409f;hp=ae7d169e408df3f790cd93f7daa3955b17f033cf;hpb=5592a115f0126ea8de1245e091338a8735b79d0e;p=libs%2Fgl.git diff --git a/source/simplescene.h b/source/simplescene.h index ae7d169e..fd834111 100644 --- a/source/simplescene.h +++ b/source/simplescene.h @@ -12,7 +12,7 @@ A simple yet efficient scene. Rendering order is unspecified. */ class SimpleScene: public Scene { -protected: +private: typedef std::set RenderableSet; typedef std::vector RenderableArray;