diff options
Diffstat (limited to 'src/web_service/telemetry_json.h')
| -rw-r--r-- | src/web_service/telemetry_json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_service/telemetry_json.h b/src/web_service/telemetry_json.h index 72627a416..92ead9856 100644 --- a/src/web_service/telemetry_json.h +++ b/src/web_service/telemetry_json.h | |||
| @@ -18,7 +18,7 @@ namespace WebService { | |||
| 18 | */ | 18 | */ |
| 19 | class TelemetryJson : public Telemetry::VisitorInterface { | 19 | class TelemetryJson : public Telemetry::VisitorInterface { |
| 20 | public: | 20 | public: |
| 21 | TelemetryJson(const std::string& host, const std::string& username, const std::string& token); | 21 | TelemetryJson(std::string host, std::string username, std::string token); |
| 22 | ~TelemetryJson(); | 22 | ~TelemetryJson(); |
| 23 | 23 | ||
| 24 | void Visit(const Telemetry::Field<bool>& field) override; | 24 | void Visit(const Telemetry::Field<bool>& field) override; |