summaryrefslogtreecommitdiffstats
path: root/src/section.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/section.h')
-rw-r--r--src/section.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/section.h b/src/section.h
index aa9a674..20d1c6a 100644
--- a/src/section.h
+++ b/src/section.h
@@ -44,6 +44,7 @@ class SectionDict : public QDict<SectionInfo>
{
public:
SectionDict(int size) : QDict<SectionInfo>(size) {}
+ ~SectionDict() {}
};
#endif