lioncash proposed changes
This commit is contained in:
		
							parent
							
								
									f3137d3bc1
								
							
						
					
					
						commit
						df669bc540
					
				@ -11,7 +11,7 @@ namespace Service::Playreport {
 | 
			
		||||
 | 
			
		||||
class Playreport final : public ServiceFramework<Playreport> {
 | 
			
		||||
public:
 | 
			
		||||
    Playreport(const char* name);
 | 
			
		||||
    explicit Playreport(const char* name);
 | 
			
		||||
    ~Playreport() = default;
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
@ -20,4 +20,4 @@ private:
 | 
			
		||||
 | 
			
		||||
void InstallInterfaces(SM::ServiceManager& service_manager);
 | 
			
		||||
 | 
			
		||||
}; // namespace Service::Playreport
 | 
			
		||||
} // namespace Service::Playreport
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user