summaryrefslogtreecommitdiffstats
path: root/src/tag.l
diff options
context:
space:
mode:
authormueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:37:58 (GMT)
committermueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:37:58 (GMT)
commit5576fbf6d0a8baa16fa65a37a172543397ee950a (patch)
treeb859924ab8503fed25bbfbc7ea96b72b9dee34b0 /src/tag.l
parentd4bdeb54df648007d9a2b4a9ec5c2ef3b84f1a3b (diff)
downloadDoxygen-5576fbf6d0a8baa16fa65a37a172543397ee950a.zip
Doxygen-5576fbf6d0a8baa16fa65a37a172543397ee950a.tar.gz
Doxygen-5576fbf6d0a8baa16fa65a37a172543397ee950a.tar.bz2
mods for doxygen-0.49-991106
Diffstat (limited to 'src/tag.l')
-rw-r--r--src/tag.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag.l b/src/tag.l
index 35b2c5c..ff3dea4 100644
--- a/src/tag.l
+++ b/src/tag.l
@@ -22,7 +22,7 @@
#include <stdio.h>
#include "qtbc.h"
-#include <qfileinf.h>
+#include <qfileinfo.h>
#include "classdef.h"
#include "filedef.h"
@@ -72,7 +72,7 @@ static void addFile(const char *name)
}
else
{
- mn = new FileName(name);
+ mn = new FileName(name,name);
mn->append(fd);
inputNameList.inSort(mn);
inputNameDict.insert(name,mn);