X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fendpoint.h;h=03955cd17fc39f5c8132def723ec69fa8b898a8f;hb=598631d530a20ba8f4710f45747a9742e149f604;hp=e4071278d1f9efa817801a9b8003695772234008;hpb=1ff06c5bc46a677fa389ef86c6b26664368f1653;p=r2c2.git diff --git a/source/3d/endpoint.h b/source/3d/endpoint.h index e407127..03955cd 100644 --- a/source/3d/endpoint.h +++ b/source/3d/endpoint.h @@ -27,7 +27,7 @@ public: Endpoint3D(const Track3D &, unsigned); ~Endpoint3D(); - virtual void render(const Msp::GL::Tag &) const; + virtual void render(Msp::GL::Renderer &, const Msp::GL::Tag &) const; }; } // namespace R2C2