diff options
Diffstat (limited to 'src/section.h')
-rw-r--r-- | src/section.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/section.h b/src/section.h index 7868036..b1138b0 100644 --- a/src/section.h +++ b/src/section.h @@ -29,7 +29,7 @@ class PageInfo; struct SectionInfo { - enum SectionType { Page, Section, Subsection, Anchor }; + enum SectionType { Page, Section, Subsection, Subsubsection, Paragraph, Anchor }; SectionInfo(const char *l,const char *t,SectionType st,const char *r=0) { label=l; title=t; type=st; ref=r; definition=0; pageRef=0; generated=FALSE; } ~SectionInfo() {} |