summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/src/mainhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxmlparser/src/mainhandler.h')
-rw-r--r--addon/doxmlparser/src/mainhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxmlparser/src/mainhandler.h b/addon/doxmlparser/src/mainhandler.h
index a0cef10..8385b57 100644
--- a/addon/doxmlparser/src/mainhandler.h
+++ b/addon/doxmlparser/src/mainhandler.h
@@ -76,6 +76,7 @@ class MainHandler : public IDoxygen, public BaseHandler<MainHandler>
QDict<QList<CompoundEntry> > m_memberNameDict;
QString m_xmlDirName;
QDict<CompoundHandler> m_compoundsLoaded;
+ bool m_insideMember;
};
#endif