X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fanimation%2Fanimatedobject.h;h=faa9325cb74912a4439788616c5dac4475dc7cc3;hp=f9b8824e1832932786189a99a9b2ca8a58eb2f3d;hb=233dff2a6c552e08da832496aecd88ef4f8948f1;hpb=cbe2ec1f080b117faf9bf0ad2d92d5d4f2379584 diff --git a/source/animation/animatedobject.h b/source/animation/animatedobject.h index f9b8824e..faa9325c 100644 --- a/source/animation/animatedobject.h +++ b/source/animation/animatedobject.h @@ -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