2
0
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:
Alibek Omarov 2024-11-20 06:31:30 +03:00
parent f04a26901c
commit 10e8790311

View File

@ -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 );