diff options
author | Laurent Montel <montel@kde.org> | 2021-11-02 07:50:11 +0100 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2021-11-02 07:50:11 +0100 |
commit | c64a73a4c4f3c3fc31720c6004c217cd44b7de0b (patch) | |
tree | 29530b437515a752fde8a7914f1f350e344e10af /src/core/kconfiggroup.h | |
parent | 605383b1a299ea69444b10a5cf2eb9cb61009f86 (diff) | |
download | kconfig-c64a73a4c4f3c3fc31720c6004c217cd44b7de0b.tar.gz kconfig-c64a73a4c4f3c3fc31720c6004c217cd44b7de0b.tar.bz2 |
GIT_SILENT: add missing override
Diffstat (limited to 'src/core/kconfiggroup.h')
-rw-r--r-- | src/core/kconfiggroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfiggroup.h b/src/core/kconfiggroup.h index 8a6243af..6a6a74da 100644 --- a/src/core/kconfiggroup.h +++ b/src/core/kconfiggroup.h @@ -92,7 +92,7 @@ public: KConfigGroup(const KConfigGroup &); KConfigGroup &operator=(const KConfigGroup &); - ~KConfigGroup(); + ~KConfigGroup() override; /** * Whether the group is valid. |