Skip to content
Snippets Groups Projects
Commit b26d1612 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add redundant override to final since gcc -Wsuggest-override expects it

parent 3aa3fb14
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ namespace armarx
public:
SensorDeviceTemplate(const std::string& name): DeviceBase(name), SensorDevice(name) {}
const SensorValueType* getSensorValue() const final;
const SensorValueType* getSensorValue() const final override;
SensorValueType sensorValue;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment