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 f73a7d1..0cbc49d 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -333,6 +333,7 @@ class ClassDef : public Definition void addUsedInterfaceClasses(MemberDef *md,const char *typeStr); bool hasExamples(); bool hasNonReferenceSuperClass(); + void showUsedFiles(OutputList &ol); /*! \} Interal API */ |