forked from dolphin-emu/dolphin
General: Apply the const specifier where applicable
This commit is contained in:
@@ -949,7 +949,7 @@ bool IOFile::Seek(s64 off, int origin)
|
||||
return m_good;
|
||||
}
|
||||
|
||||
u64 IOFile::Tell()
|
||||
u64 IOFile::Tell() const
|
||||
{
|
||||
if (IsOpen())
|
||||
return ftello(m_file);
|
||||
|
||||
Reference in New Issue
Block a user