summaryrefslogtreecommitdiffstats
path: root/src/cite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cite.cpp')
-rw-r--r--src/cite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cite.cpp b/src/cite.cpp
index 3e3eb43..53ab9b5 100644
--- a/src/cite.cpp
+++ b/src/cite.cpp
@@ -310,7 +310,7 @@ void CiteDict::generatePage() const
thisDir.remove(bib2xhtmlFile);
while (!tempFiles.isEmpty())
{
- QCString *s=tempFiles.take();
+ QCString *s=tempFiles.take(0);
thisDir.remove(*s);
}
}