GCS_MAVLink: adjust_rate_for_stream_trigger is no longer virtual

This commit is contained in:
Peter Barker 2016-05-29 20:47:57 +10:00 committed by Andrew Tridgell
parent ddd956f8e1
commit e828525c94

View File

@ -254,8 +254,8 @@ protected:
void handle_setup_signing(const mavlink_message_t *msg);
private:
// Tracker is the only vehicle to override this, and it probably shouldn't
virtual float adjust_rate_for_stream_trigger(enum streams stream_num);
float adjust_rate_for_stream_trigger(enum streams stream_num);
virtual void handleMessage(mavlink_message_t * msg) = 0;