AC_AttControl: add empty virtual destructor

This resolves pixhawk bricking and reduces one compiler warning
This commit is contained in:
Randy Mackay 2014-07-14 22:37:31 +09:00
parent fc34a2fed1
commit 83a84c7b90

View File

@ -68,6 +68,9 @@ public:
_flags.limit_angle_to_rate_request = true;
}
// empty destructor to suppress compiler warning
virtual ~AC_AttitudeControl() {}
//
// initialisation functions
//