mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	file_util: Make IOFile data members private
This commit is contained in:
		
							parent
							
								
									db0db6a182
								
							
						
					
					
						commit
						3ee4432fe3
					
				@ -260,6 +260,7 @@ public:
 | 
				
			|||||||
    // clear error state
 | 
					    // clear error state
 | 
				
			||||||
    void Clear() { m_good = true; std::clearerr(m_file); }
 | 
					    void Clear() { m_good = true; std::clearerr(m_file); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					private:
 | 
				
			||||||
    std::FILE* m_file;
 | 
					    std::FILE* m_file;
 | 
				
			||||||
    bool m_good;
 | 
					    bool m_good;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user