mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	disk_archive: Remove unnecessary const in DiskDirectory's Read() declaration
This only applies in the definition of the function, not the declaration.
This commit is contained in:
		
							parent
							
								
									ed64d15060
								
							
						
					
					
						commit
						07855c48d1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -52,7 +52,7 @@ public: | ||||||
|         Close(); |         Close(); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     u32 Read(const u32 count, Entry* entries) override; |     u32 Read(u32 count, Entry* entries) override; | ||||||
| 
 | 
 | ||||||
|     bool Close() const override { |     bool Close() const override { | ||||||
|         return true; |         return true; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue