summaryrefslogtreecommitdiff
path: root/src/newgrf_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_storage.h')
-rw-r--r--src/newgrf_storage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/newgrf_storage.h b/src/newgrf_storage.h
index a85bbbde6..f03308509 100644
--- a/src/newgrf_storage.h
+++ b/src/newgrf_storage.h
@@ -20,8 +20,7 @@
*/
struct BaseStorageArray
{
- /** The needed destructor */
- virtual ~BaseStorageArray() {}
+ virtual ~BaseStorageArray();
/**
* Clear the changes made since the last ClearChanges.