diff options
Diffstat (limited to 'autotests/kconfig_compiler/test7.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test7.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test7.h.ref b/autotests/kconfig_compiler/test7.h.ref index c2dccf90..7b339b5c 100644 --- a/autotests/kconfig_compiler/test7.h.ref +++ b/autotests/kconfig_compiler/test7.h.ref @@ -12,7 +12,7 @@ class Test7 : public KConfigSkeleton public: Test7( int Number ); - ~Test7(); + ~Test7() override; /** Set Block colors. |