diff options
Diffstat (limited to 'addon/doxmlparser/src/compoundhandler.h')
-rw-r--r-- | addon/doxmlparser/src/compoundhandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxmlparser/src/compoundhandler.h b/addon/doxmlparser/src/compoundhandler.h index 3f6e251..5cdca35 100644 --- a/addon/doxmlparser/src/compoundhandler.h +++ b/addon/doxmlparser/src/compoundhandler.h @@ -153,6 +153,7 @@ class CompoundHandler : public IClass, DocHandler* m_detailed; ProgramListingHandler* m_programListing; StringImpl m_id; + StringImpl m_protection; StringImpl m_kindString; CompoundKind m_kind; StringImpl m_name; |