diff options
Diffstat (limited to 'src/pagedef.h')
-rw-r--r-- | src/pagedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pagedef.h b/src/pagedef.h index 3be2e75..439cad5 100644 --- a/src/pagedef.h +++ b/src/pagedef.h @@ -34,7 +34,7 @@ class PageDef : public Definition } // functions to get a uniform interface with Definitions - QCString getOutputFileBase() const { return m_fileName; } + QCString getOutputFileBase() const; void findSectionsInDocumentation(); QCString title() const { return m_title; } GroupDef *getGroupDef() const; |