diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_qdebugcategory.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_qdebugcategory.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_qdebugcategory.h.ref b/autotests/kconfig_compiler/test_qdebugcategory.h.ref index cf7e3dbf..9a979fb9 100644 --- a/autotests/kconfig_compiler/test_qdebugcategory.h.ref +++ b/autotests/kconfig_compiler/test_qdebugcategory.h.ref @@ -14,7 +14,7 @@ class TestQCategory : public KConfigSkeleton public: TestQCategory( int Number ); - ~TestQCategory(); + ~TestQCategory() override; /** Set Block colors. |