mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	common/logging/filter: Replace C-style case with C++ static_cast
This commit is contained in:
		
							parent
							
								
									787fff9a64
								
							
						
					
					
						commit
						83c32b8d22
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -46,6 +46,6 @@ public: | |||
|     bool CheckMessage(Class log_class, Level level) const; | ||||
| 
 | ||||
| private: | ||||
|     std::array<Level, (std::size_t)Class::Count> class_levels; | ||||
|     std::array<Level, static_cast<std::size_t>(Class::Count)> class_levels; | ||||
| }; | ||||
| } // namespace Log
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue