mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +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 { | ||||
| 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; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue