mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	core: Make converting constructors explicit where applicable
Avoids unwanted implicit conversions. Thankfully, given the large amount of cleanup in past PRs, only this tiny amount is left over to cover.
This commit is contained in:
		
							parent
							
								
									4a3c4f5f67
								
							
						
					
					
						commit
						661f7bbcfd
					
				
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -222,7 +222,7 @@ protected: | |||
|      * @param max_sessions Maximum number of sessions that can be | ||||
|      * connected to this service at the same time. | ||||
|      */ | ||||
|     ServiceFramework(const char* service_name, u32 max_sessions = DefaultMaxSessions) | ||||
|     explicit ServiceFramework(const char* service_name, u32 max_sessions = DefaultMaxSessions) | ||||
|         : ServiceFrameworkBase(service_name, max_sessions, Invoker) {} | ||||
| 
 | ||||
|     /// Registers handlers in the service.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue