mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
IOFile: Make class variables private
Internals shouldn't be directly exposed.
This commit is contained in:
@ -230,6 +230,7 @@ public:
|
||||
std::clearerr(m_file);
|
||||
}
|
||||
|
||||
private:
|
||||
std::FILE* m_file;
|
||||
bool m_good;
|
||||
};
|
||||
|
Reference in New Issue
Block a user