diff options
Diffstat (limited to 'autotests/kconfig_compiler/test11a.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test11a.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test11a.h.ref b/autotests/kconfig_compiler/test11a.h.ref index 014501cd..1f36c52d 100644 --- a/autotests/kconfig_compiler/test11a.h.ref +++ b/autotests/kconfig_compiler/test11a.h.ref @@ -23,7 +23,7 @@ class Test11a : public MyPrefs enum MailClient { sendmail, kmail }; Test11a( ); - ~Test11a(); + ~Test11a() override; /** Set Enable automatic saving of calendar |