]> git.tdb.fi Git - libs/gl.git/blobdiff - source/render/slot.h
Pass Tag by value, not by reference
[libs/gl.git] / source / render / slot.h
index ad8630172308c71356db7a9ec9beab388628b7de..9129869ed8fcc46ff9992995d34d78cd8907243c 100644 (file)
@@ -25,7 +25,7 @@ public:
        virtual const Geometry::BoundingSphere<float, 3> *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