]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/endpoint.h
Enable Renderer for Endpoint3D and Path3D
[r2c2.git] / source / 3d / endpoint.h
index e4071278d1f9efa817801a9b8003695772234008..03955cd17fc39f5c8132def723ec69fa8b898a8f 100644 (file)
@@ -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