diff options
Diffstat (limited to 'autotests/kconfig_compiler/test5.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test5.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test5.h.ref b/autotests/kconfig_compiler/test5.h.ref index 96e5c143..a0938584 100644 --- a/autotests/kconfig_compiler/test5.h.ref +++ b/autotests/kconfig_compiler/test5.h.ref @@ -15,7 +15,7 @@ class Test5 : public KConfigSkeleton static const char* const EnumButtonToString[]; static Test5 *self(); - ~Test5(); + ~Test5() override; /** Set Block colors. |