mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
filesystem: VFileSystem009: fix missing override keyword on a virtual method
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user