diff options
Diffstat (limited to 'autotests/kconfig_compiler/test6.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test6.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test6.h.ref b/autotests/kconfig_compiler/test6.h.ref index 6084e7dc..e21b33a9 100644 --- a/autotests/kconfig_compiler/test6.h.ref +++ b/autotests/kconfig_compiler/test6.h.ref @@ -12,7 +12,7 @@ class Test6 : public KConfigSkeleton public: Test6( const QString & Number ); - ~Test6(); + ~Test6() override; /** Set Block colors. |