mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
IOFile: Make class variables private
Internals shouldn't be directly exposed.
This commit is contained in:
parent
c21dad9e83
commit
c541e1099e
@ -230,6 +230,7 @@ public:
|
||||
std::clearerr(m_file);
|
||||
}
|
||||
|
||||
private:
|
||||
std::FILE* m_file;
|
||||
bool m_good;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user