]> git.tdb.fi Git - libs/gl.git/blobdiff - source/animation/animatedobject.h
Pass Tag by value, not by reference
[libs/gl.git] / source / animation / animatedobject.h
index f9b8824e1832932786189a99a9b2ca8a58eb2f3d..faa9325cb74912a4439788616c5dac4475dc7cc3 100644 (file)
@@ -45,7 +45,7 @@ public:
 
        virtual const Matrix *get_matrix() const { return &matrix; }
 
-       virtual void setup_render(Renderer &, const Tag &) const;
+       virtual void setup_render(Renderer &, Tag) const;
 };
 
 } // namespace GL