Skip to content

Commit

Permalink
Removes virtual from PublisMetrics method.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <franco.c@ekumenlabs.com>
  • Loading branch information
francocipollone committed Aug 19, 2021
1 parent 029dcd2 commit db8a8f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/ignition/sensors/Sensor.hh
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,8 @@ namespace ignition

/// \brief Publishes information about the performance of the sensor.
/// This method is called by Update().
/// When different metrics need to be published this method
/// could be overriden by subclasses.
/// \param[in] _now Current time.
public: virtual void PublishMetrics(
public: void PublishMetrics(
const std::chrono::duration<double> &_now);

IGN_COMMON_WARN_IGNORE__DLL_INTERFACE_MISSING
Expand Down

0 comments on commit db8a8f5

Please sign in to comment.