file_util: const qualify IOFile's Tell and GetSize functions
This commit is contained in:
parent
a4120ca66c
commit
655623ebb2
2 changed files with 8 additions and 8 deletions
|
@ -247,8 +247,8 @@ public:
|
|||
explicit operator bool() const { return IsGood(); }
|
||||
|
||||
bool Seek(s64 off, int origin);
|
||||
u64 Tell();
|
||||
u64 GetSize();
|
||||
u64 Tell() const;
|
||||
u64 GetSize() const;
|
||||
bool Resize(u64 size);
|
||||
bool Flush();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue