summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index 716c0c0..e1257ec 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -988,7 +988,7 @@ static bool checkMultiComment(QCString& qcs,int line)
qcs.stripPrefix("--!");
while (!pTemp->isEmpty())
{
- Entry *e=(Entry*)pTemp->first();
+ Entry *e=(Entry*)pTemp->getFirst();
e->briefLine=line;
e->brief+=qcs;
iDocLine=-1;