mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 05:10:03 +00:00 
			
		
		
		
	telemetry_json: Add missing override specifier to the destructor of TelemetryJson
This commit is contained in:
		
							parent
							
								
									8747d93f6a
								
							
						
					
					
						commit
						131ce59800
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -20,7 +20,7 @@ namespace WebService { | ||||||
| class TelemetryJson : public Telemetry::VisitorInterface { | class TelemetryJson : public Telemetry::VisitorInterface { | ||||||
| public: | public: | ||||||
|     TelemetryJson(std::string host, std::string username, std::string token); |     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<bool>& field) override; | ||||||
|     void Visit(const Telemetry::Field<double>& field) override; |     void Visit(const Telemetry::Field<double>& field) override; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue