X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsimplescene.h;h=deba4d5f8877b872aa6d3be5dcc5cb7eecf7c0e1;hb=c87860db3b23a98eda1adfe59acddffdb6eb8420;hp=be86285bba84b21ea25f98aad1d3f51954a165b1;hpb=78328c5f6e4dcbe883a3f5e4fe0974ab490be3f7;p=libs%2Fgl.git diff --git a/source/simplescene.h b/source/simplescene.h index be86285b..deba4d5f 100644 --- a/source/simplescene.h +++ b/source/simplescene.h @@ -12,7 +12,7 @@ The simplest possible Scene. Rendering order is unspecified. */ class SimpleScene: public Scene { -private: +protected: typedef std::set RenderableSet; RenderableSet renderables;