mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	disk_archive: Make DiskDirectory's constructor explicit
Prevents implicit conversions/construction.
This commit is contained in:
		
							parent
							
								
									07855c48d1
								
							
						
					
					
						commit
						0e7ca706dc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -46,7 +46,7 @@ protected: | |||
| 
 | ||||
| class DiskDirectory : public DirectoryBackend { | ||||
| public: | ||||
|     DiskDirectory(const std::string& path); | ||||
|     explicit DiskDirectory(const std::string& path); | ||||
| 
 | ||||
|     ~DiskDirectory() override { | ||||
|         Close(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue