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 39c29d1..dd4b16f 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -58,6 +58,7 @@ class ClassDef : public Definition const char *name,CompoundType ct, const char *ref=0,const char *fName=0); ~ClassDef(); + DefType definitionType() { return TypeClass; } QCString getOutputFileBase() const { return fileName; } QCString displayName() const; CompoundType compoundType() const { return compType; } |