diff options
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/classdef.h b/src/classdef.h index f891d8d..13b06cd 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -47,7 +47,8 @@ class ClassDef : public Definition enum CompoundType { Class=Entry::CLASS_SEC, Struct=Entry::STRUCT_SEC, Union=Entry::UNION_SEC, - Interface=Entry::INTERFACE_SEC + Interface=Entry::INTERFACE_SEC, + Exception=Entry::EXCEPTION_SEC }; ClassDef(const char *name,CompoundType ct,const char *ref=0,const char *fName=0); ~ClassDef(); |