mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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