diff options
Diffstat (limited to 'src/doxygen.h')
-rw-r--r-- | src/doxygen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.h b/src/doxygen.h index 4a8430e..034389f 100644 --- a/src/doxygen.h +++ b/src/doxygen.h @@ -43,7 +43,6 @@ class PageSList; class PageSDict; class PageDef; class SearchIndex; -class DirDef; class ParserManager; class ObjCache; class Store; @@ -130,6 +129,7 @@ class Doxygen static bool gatherDefines; static bool userComments; static IndexList indexList; + static int subpageNestingLevel; }; void initDoxygen(); |