diff options
| author | Aetias <aetias@outlook.com> | 2025-02-03 23:43:43 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-02-03 23:43:43 +0100 |
| commit | 2bd1bbd10b1ba5a595372a3313e80e4274a4e912 (patch) | |
| tree | 49de846e0516c9490ea31fd14a867cc14253f7e4 /include/Debug/DebugHierarchy.hpp | |
| parent | 81ac231ddf4c05c01ced962aa0029a6e49ca8032 (diff) | |
Declare all overriden virtual functions as `virtual`
Diffstat (limited to 'include/Debug/DebugHierarchy.hpp')
| -rw-r--r-- | include/Debug/DebugHierarchy.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Debug/DebugHierarchy.hpp b/include/Debug/DebugHierarchy.hpp index fcbc0f50..70e4de9c 100644 --- a/include/Debug/DebugHierarchy.hpp +++ b/include/Debug/DebugHierarchy.hpp @@ -10,6 +10,6 @@ public: /* 00 (base) */ /* 08 */ - /* 00 */ ~DebugHierarchy() override; + /* 00 */ virtual ~DebugHierarchy() override; /* 40 */ }; |
