mirror of
				https://git.h3cjp.net/H3cJP/citra.git
				synced 2025-11-04 09:05:08 +00:00 
			
		
		
		
	common/logging/filter: Replace C-style case with C++ static_cast
This commit is contained in:
		
							parent
							
								
									978f3a3282
								
							
						
					
					
						commit
						2949d9552c
					
				| 
						 | 
				
			
			@ -49,6 +49,6 @@ public:
 | 
			
		|||
    bool IsDebug() const;
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    std::array<Level, (size_t)Class::Count> class_levels;
 | 
			
		||||
    std::array<Level, static_cast<size_t>(Class::Count)> class_levels;
 | 
			
		||||
};
 | 
			
		||||
} // namespace Log
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue