mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	float24: Remove private default constructor
Fixes building with clang.
This commit is contained in:
		
							parent
							
								
									bf7bc3dacd
								
							
						
					
					
						commit
						662a1993e6
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -549,8 +549,6 @@ struct float24 { | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| private: | private: | ||||||
|     float24() = default; |  | ||||||
| 
 |  | ||||||
|     // Stored as a regular float, merely for convenience
 |     // Stored as a regular float, merely for convenience
 | ||||||
|     // TODO: Perform proper arithmetic on this!
 |     // TODO: Perform proper arithmetic on this!
 | ||||||
|     float value; |     float value; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue