summaryrefslogtreecommitdiff
path: root/src/web_service/telemetry_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web_service/telemetry_json.h')
-rw-r--r--src/web_service/telemetry_json.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/web_service/telemetry_json.h b/src/web_service/telemetry_json.h
index 9bc886538..29d565964 100644
--- a/src/web_service/telemetry_json.h
+++ b/src/web_service/telemetry_json.h
@@ -18,9 +18,8 @@ namespace WebService {
18 */ 18 */
19class TelemetryJson : public Telemetry::VisitorInterface { 19class TelemetryJson : public Telemetry::VisitorInterface {
20public: 20public:
21 TelemetryJson(const std::string& host, const std::string& username, const std::string& token) 21 TelemetryJson(const std::string& host, const std::string& username, const std::string& token);
22 : host(host), username(username), token(token) {} 22 ~TelemetryJson();
23 ~TelemetryJson() = default;
24 23
25 void Visit(const Telemetry::Field<bool>& field) override; 24 void Visit(const Telemetry::Field<bool>& field) override;
26 void Visit(const Telemetry::Field<double>& field) override; 25 void Visit(const Telemetry::Field<double>& field) override;