mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 15:20:35 +08:00
clang-tidy: partially fix hicpp-use-override
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
/**
|
||||
* Destructor, also kills task.
|
||||
*/
|
||||
~CameraTrigger();
|
||||
~CameraTrigger() override;
|
||||
|
||||
/**
|
||||
* Run intervalometer update
|
||||
|
||||
Reference in New Issue
Block a user