From 10e8790311aa26aa5017bd5b9856dc30746858b0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 20 Nov 2024 06:31:30 +0300 Subject: [PATCH] filesystem: VFileSystem009: fix missing override keyword on a virtual method --- filesystem/VFileSystem009.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/VFileSystem009.cpp b/filesystem/VFileSystem009.cpp index a2e37e35..3b748ad8 100644 --- a/filesystem/VFileSystem009.cpp +++ b/filesystem/VFileSystem009.cpp @@ -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 );