diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-02-14 14:32:25 +0000 |
commit | 169068b417323232cc6aac440f3d7a2d918b5917 (patch) | |
tree | 6a97eba1b3027feaa8e5530f7df625c0430a61b1 /game/vehicles/railloco.h | |
parent | Add our first vehicle (diff) | |
download | ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.bz2 ilt-169068b417323232cc6aac440f3d7a2d918b5917.tar.xz ilt-169068b417323232cc6aac440f3d7a2d918b5917.zip |
Code tidy-up
Diffstat (limited to 'game/vehicles/railloco.h')
-rw-r--r-- | game/vehicles/railloco.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/game/vehicles/railloco.h b/game/vehicles/railloco.h index 05e3e48..833b661 100644 --- a/game/vehicles/railloco.h +++ b/game/vehicles/railloco.h @@ -1,3 +1,4 @@ +#include "game/network/link.h" #include "game/worldobject.h" #include "vehicle.h" #include <string> @@ -10,5 +11,5 @@ public: class Brush47 : public RailLoco { public: - Brush47(LinkPtr p); + explicit Brush47(const LinkPtr & p); }; |