mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
General: Apply the const specifier where applicable
This commit is contained in:
parent
7506c386cf
commit
b0613bb1c8
39 changed files with 75 additions and 75 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue