summaryrefslogtreecommitdiff
path: root/src/newgrf_config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_config.cpp')
-rw-r--r--src/newgrf_config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_config.cpp b/src/newgrf_config.cpp
index f19c79c9a..d21d767cd 100644
--- a/src/newgrf_config.cpp
+++ b/src/newgrf_config.cpp
@@ -633,7 +633,7 @@ public:
{
}
- /* virtual */ bool AddFile(const char *filename, size_t basepath_length, const char *tar_filename);
+ bool AddFile(const char *filename, size_t basepath_length, const char *tar_filename) override;
/** Do the scan for GRFs. */
static uint DoScan()