X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fslot.h;h=9129869ed8fcc46ff9992995d34d78cd8907243c;hb=f19366d32cc29287a2730cfba90893e407754081;hp=ad8630172308c71356db7a9ec9beab388628b7de;hpb=7aaec9a70b8d7733429bec043f8e33e02956f266;p=libs%2Fgl.git diff --git a/source/render/slot.h b/source/render/slot.h index ad863017..9129869e 100644 --- a/source/render/slot.h +++ b/source/render/slot.h @@ -25,7 +25,7 @@ public: virtual const Geometry::BoundingSphere *get_bounding_sphere() const; virtual void setup_frame(Renderer &); virtual void finish_frame(); - virtual void render(Renderer &, const Tag &) const; + virtual void render(Renderer &, Tag) const; }; } // namespace GL