Skip to content
Snippets Groups Projects
Commit c422f146 authored by Lioncash's avatar Lioncash
Browse files

telemetry_json: Add missing override specifier to the destructor of TelemetryJson

parent 881bb229
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ namespace WebService {
class TelemetryJson : public Telemetry::VisitorInterface {
public:
TelemetryJson(std::string host, std::string username, std::string token);
~TelemetryJson();
~TelemetryJson() override;
void Visit(const Telemetry::Field<bool>& field) override;
void Visit(const Telemetry::Field<double>& field) override;
......
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