summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/classdef.h b/src/classdef.h
index c02fd89..2270d31 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -66,7 +66,9 @@ class ClassDef : public Definition
Exception=Entry::EXCEPTION_SEC
};
DefType definitionType() { return TypeClass; }
- QCString getOutputFileBase() const { return fileName; }
+ QCString getOutputFileBase() const;
+ QCString getFileBase() const;
+ QCString getSourceFileBase() const;
/*! Returns the name as it is appears in the documentation */
QCString displayName() const;