diff options
Diffstat (limited to 'autotests/kconfig_compiler/test12.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test12.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test12.h.ref b/autotests/kconfig_compiler/test12.h.ref index cd4c188e..16eba805 100644 --- a/autotests/kconfig_compiler/test12.h.ref +++ b/autotests/kconfig_compiler/test12.h.ref @@ -13,7 +13,7 @@ class Test12 : public KConfigSkeleton public: Test12( ); - ~Test12(); + ~Test12() override; /** Get RnRSource |