X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fcatalogue.h;h=1f33ebb808e7aec3a7af34bc042dd757ec118431;hb=e392d397f6b86a49a05e9738357ccbfc2a922f01;hp=d826a780381990b6a471c0e47f7b56053e062d71;hpb=e5cd9e4fbc577036a0385c985b6b65df8218d0a2;p=r2c2.git diff --git a/source/3d/catalogue.h b/source/3d/catalogue.h index d826a78..1f33ebb 100644 --- a/source/3d/catalogue.h +++ b/source/3d/catalogue.h @@ -39,7 +39,7 @@ public: const Msp::GL::Mesh &get_endpoint_mesh() const { return endpoint_mesh; } private: void track_added(const TrackType &); - void loco_added(const LocoType &); + void vehicle_added(const VehicleType &); void build_endpoint_mesh(); };