Declare all overriden virtual functions as virtual

This commit is contained in:
Aetias
2025-02-03 23:43:43 +01:00
parent 81ac231ddf
commit 2bd1bbd10b
11 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ public:
/* 00 (base) */
/* 08 */
/* 00 */ ~DebugHierarchy() override;
/* 00 */ virtual ~DebugHierarchy() override;
/* 40 */
};