diff options
Diffstat (limited to 'autotests/kconfig_compiler/test4.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test4.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test4.h.ref b/autotests/kconfig_compiler/test4.h.ref index 32e351ca..6439ac35 100644 --- a/autotests/kconfig_compiler/test4.h.ref +++ b/autotests/kconfig_compiler/test4.h.ref @@ -23,7 +23,7 @@ class Test4 : public KConfigSkeleton }; static Test4 *self(); - ~Test4(); + ~Test4() override; /** Set Block colors. |