make all possible functions const
This commit is contained in:
@@ -62,7 +62,7 @@ class CaptureRoute : public ManualControl {
|
||||
*
|
||||
* @return double in meters
|
||||
*/
|
||||
double getDistanceToLastPoint();
|
||||
double getDistanceToLastPoint() const;
|
||||
|
||||
/**
|
||||
* @brief Tells if there are new informations to display
|
||||
|
||||
Reference in New Issue
Block a user