mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
IOFile: Rename Clear() to ClearError() for clarity.
This commit is contained in:
@ -103,7 +103,7 @@ public:
|
||||
bool Flush();
|
||||
|
||||
// clear error state
|
||||
void Clear()
|
||||
void ClearError()
|
||||
{
|
||||
m_good = true;
|
||||
std::clearerr(m_file);
|
||||
|
Reference in New Issue
Block a user