X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsimplescene.h;h=deba4d5f8877b872aa6d3be5dcc5cb7eecf7c0e1;hb=b152e4f63170e8ccd6c9fb9397964c628fb6efeb;hp=be86285bba84b21ea25f98aad1d3f51954a165b1;hpb=db498c7e634fa999cf4b4a8b67c49813009b1790;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;