mobility: Allow WaypointMobilityModel to be subclassed

This commit is contained in:
Federico Guerra
2017-08-16 16:47:41 -07:00
parent 8f180a8e49
commit 0650860241

View File

@@ -134,7 +134,7 @@ private:
/**
* Update the underlying state corresponding to the stored waypoints
*/
void Update (void) const;
virtual void Update (void) const;
/**
* \brief The dispose method.
*
@@ -157,6 +157,7 @@ private:
*/
virtual Vector DoGetVelocity (void) const;
protected:
/**
* \brief This variable is set to true if there are no waypoints in the std::deque
*/