summaryrefslogtreecommitdiffstats
path: root/src/tagreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagreader.cpp')
-rw-r--r--src/tagreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tagreader.cpp b/src/tagreader.cpp
index 3425132..207d977 100644
--- a/src/tagreader.cpp
+++ b/src/tagreader.cpp
@@ -986,6 +986,7 @@ void TagFileParser::buildLists(Entry *root)
for (;(argName=sli.current());++sli)
{
Argument *a = new Argument;
+ a->type = "class";
a->name = *argName;
al->append(a);
}