diff options
Diffstat (limited to 'src/section.h')
-rw-r--r-- | src/section.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/section.h b/src/section.h index 20d1c6a..90f134b 100644 --- a/src/section.h +++ b/src/section.h @@ -29,6 +29,7 @@ struct SectionInfo enum SectionType { Section, Subsection, Anchor }; SectionInfo(const char *l,const char *t,SectionType st) { label=l; title=t; type=st; definition=0; } + ~SectionInfo() {} QCString label; QCString title; SectionType type; |