diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_dpointer.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_dpointer.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_dpointer.h.ref b/autotests/kconfig_compiler/test_dpointer.h.ref index a0886a07..4b7c86ea 100644 --- a/autotests/kconfig_compiler/test_dpointer.h.ref +++ b/autotests/kconfig_compiler/test_dpointer.h.ref @@ -19,7 +19,7 @@ class TestDPointer : public KConfigSkeleton }; static TestDPointer *self(); - ~TestDPointer(); + ~TestDPointer() override; /** Set Enable automatic saving of calendar |