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 7d5224a..00c88f4 100644
--- a/src/packagedef.h
+++ b/src/packagedef.h
@@ -32,7 +32,7 @@ class OutputList;
class PackageDef : public Definition
{
public:
- PackageDef(const char *fName,int line, const char *name);
+ PackageDef(const char *fName,int line, const char *name,const char *ref=0);
~PackageDef();
DefType definitionType() { return TypePackage; }
QCString getOutputFileBase() const { return packageFileName; }