summaryrefslogtreecommitdiffstats
path: root/src/packagedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/packagedef.h')
-rw-r--r--src/packagedef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packagedef.h b/src/packagedef.h
index 00c88f4..1fd8540 100644
--- a/src/packagedef.h
+++ b/src/packagedef.h
@@ -35,7 +35,7 @@ class PackageDef : public Definition
PackageDef(const char *fName,int line, const char *name,const char *ref=0);
~PackageDef();
DefType definitionType() { return TypePackage; }
- QCString getOutputFileBase() const { return packageFileName; }
+ QCString getOutputFileBase() const ;
void addClass(const ClassDef *def);
void writeDocumentation(OutputList &ol);
bool isLinkableInProject()