summaryrefslogtreecommitdiff
path: root/src/depot_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot_cmd.h')
-rw-r--r--src/depot_cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot_cmd.h b/src/depot_cmd.h
index d476aecaf..c8583c440 100644
--- a/src/depot_cmd.h
+++ b/src/depot_cmd.h
@@ -17,6 +17,6 @@ CommandCost CmdRenameDepot(DoCommandFlag flags, DepotID depot_id, const std::str
DEF_CMD_TRAIT(CMD_RENAME_DEPOT, CmdRenameDepot, 0, CMDT_OTHER_MANAGEMENT)
-CommandCallback CcCloneVehicle;
+void CcCloneVehicle(Commands cmd, const CommandCost &result, VehicleID veh_id);
#endif /* DEPOT_CMD_H */