summaryrefslogtreecommitdiffstats
path: root/src/filedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/filedef.cpp')
-rw-r--r--src/filedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filedef.cpp b/src/filedef.cpp
index ccf419e..ae700e4 100644
--- a/src/filedef.cpp
+++ b/src/filedef.cpp
@@ -74,7 +74,7 @@ class DevNullCodeDocInterface : public CodeOutputInterface
*/
FileDef::FileDef(const char *p,const char *nm,
const char *lref,const char *dn)
- : Definition((QCString)p+nm,1,nm)
+ : Definition((QCString)p+nm,1,1,nm)
{
path=p;
filepath=path+nm;