diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_param_minmax.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_param_minmax.h.ref | 2 |
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) |