mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 09:40:34 +08:00
clang-tidy modernize-use-equals-default
This commit is contained in:
committed by
Lorenz Meier
parent
9b5df10631
commit
4e32cb17df
@@ -404,7 +404,7 @@ protected:
|
||||
explicit MavlinkStreamStatustext(Mavlink *mavlink) : MavlinkStream(mavlink)
|
||||
{}
|
||||
|
||||
~MavlinkStreamStatustext() {}
|
||||
~MavlinkStreamStatustext() = default;
|
||||
|
||||
|
||||
bool send(const hrt_abstime t)
|
||||
|
||||
Reference in New Issue
Block a user