aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test_param_minmax.h.ref
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2021-04-04 13:52:53 +0200
committerMéven Car <meven29@gmail.com>2021-04-05 12:23:47 +0000
commit27f1d268d9f960b72081b74b0688fdc5fc212ff5 (patch)
tree7121a56b3228180cbe294b7ea1cf15230d7e77b7 /autotests/kconfig_compiler/test_param_minmax.h.ref
parent05bf9bd074ab254e42400e7d42db6e06dd977953 (diff)
downloadkconfig-27f1d268d9f960b72081b74b0688fdc5fc212ff5.tar.gz
kconfig-27f1d268d9f960b72081b74b0688fdc5fc212ff5.tar.bz2
kconfig_compiler: add override to generated destructors
This fixes the clang warning globalsettings_kmail.h:58:5: warning: '~GlobalSettingsBase' overrides a destructor but is not marked 'override' [-Wsuggest-destructor-override]
Diffstat (limited to 'autotests/kconfig_compiler/test_param_minmax.h.ref')
-rw-r--r--autotests/kconfig_compiler/test_param_minmax.h.ref2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_param_minmax.h.ref b/autotests/kconfig_compiler/test_param_minmax.h.ref
index 3cc8717c..a0f93ba7 100644
--- a/autotests/kconfig_compiler/test_param_minmax.h.ref
+++ b/autotests/kconfig_compiler/test_param_minmax.h.ref
@@ -13,7 +13,7 @@ class TestParamMinMax : public KConfigSkeleton
public:
TestParamMinMax( KSharedConfig::Ptr config = KSharedConfig::openConfig() );
- ~TestParamMinMax();
+ ~TestParamMinMax() override;
/**
Set foo_#$(myparam)