diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/kconfig_compiler/KConfigHeaderGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kconfig_compiler/KConfigHeaderGenerator.cpp b/src/kconfig_compiler/KConfigHeaderGenerator.cpp index 08d383d8..bf29da05 100644 --- a/src/kconfig_compiler/KConfigHeaderGenerator.cpp +++ b/src/kconfig_compiler/KConfigHeaderGenerator.cpp @@ -347,7 +347,7 @@ void KConfigHeaderGenerator::createConstructor() void KConfigHeaderGenerator::createDestructor() { - stream() << whitespace() << "~" << cfg().className << "();\n\n"; + stream() << whitespace() << "~" << cfg().className << "() override;\n\n"; } void KConfigHeaderGenerator::createForwardDeclarations() |