diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-05-16 10:07:22 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-05-16 10:07:22 (GMT) |
commit | 44904635bc78fae2ce60fc942cc5b7cba9958a34 (patch) | |
tree | 4031df0b930759962f9126116d333cec031ca5cb /src/classdef.h | |
parent | 23885c2f2db71f003578f0d1b44555c067bfd7a5 (diff) | |
download | Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.zip Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.tar.gz Doxygen-44904635bc78fae2ce60fc942cc5b7cba9958a34.tar.bz2 |
Release-1.4.3
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 |