SITL: add override keyword where required
This commit is contained in:
parent
94e0485bdf
commit
82df40f464
@ -34,7 +34,7 @@ public:
|
||||
Submarine(const char *home_str, const char *frame_str);
|
||||
|
||||
/* update model by one time step */
|
||||
void update(const struct sitl_input &input);
|
||||
void update(const struct sitl_input &input) override;
|
||||
|
||||
/* static object creator */
|
||||
static Aircraft *create(const char *home_str, const char *frame_str) {
|
||||
|
Loading…
Reference in New Issue
Block a user