diff options
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index 81d7bf2..ce572ee 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -305,6 +305,7 @@ class ClassDef : public Definition void setIsStatic(bool b) { m_isStatic=b; } void setIsObjectiveC(bool b) { m_isObjC=b; } void addListReferences(); + void setCompoundType(CompoundType t) { m_compType = t; } /*! Creates a new compound definition. * \param fileName full path and file name in which this compound was |