mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-21 17:37:32 +01:00
filesystem: VFileSystem009: fix missing override keyword on a virtual method
This commit is contained in:
parent
f04a26901c
commit
10e8790311
@ -233,7 +233,7 @@ public:
|
|||||||
return FS_FileTime( p, false );
|
return FS_FileTime( p, false );
|
||||||
}
|
}
|
||||||
|
|
||||||
long int GetFileModificationTime( const char *path )
|
long int GetFileModificationTime( const char *path ) override
|
||||||
{
|
{
|
||||||
// TODO: properly reverse-engineer this
|
// TODO: properly reverse-engineer this
|
||||||
FixupPath( p, path );
|
FixupPath( p, path );
|
||||||
|
Loading…
Reference in New Issue
Block a user