filesystem: VFileSystem009: fix missing override keyword on a virtual method
This commit is contained in:
parent
f04a26901c
commit
10e8790311
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public:
|
|||
return FS_FileTime( p, false );
|
||||
}
|
||||
|
||||
long int GetFileModificationTime( const char *path )
|
||||
long int GetFileModificationTime( const char *path ) override
|
||||
{
|
||||
// TODO: properly reverse-engineer this
|
||||
FixupPath( p, path );
|
||||
|
|
Loading…
Add table
Reference in a new issue