mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
IOFile: Rename Clear() to ClearError() for clarity.
This commit is contained in:
parent
36cfcb530f
commit
a336c4386c
9 changed files with 9 additions and 9 deletions
|
@ -103,7 +103,7 @@ public:
|
|||
bool Flush();
|
||||
|
||||
// clear error state
|
||||
void Clear()
|
||||
void ClearError()
|
||||
{
|
||||
m_good = true;
|
||||
std::clearerr(m_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue