summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-09-17 18:14:39 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-09-17 18:14:39 (GMT)
commitd067baf495d0415283ce724ad32cb9a08dc17c83 (patch)
tree52cd860fc05fced30ac12592c1155d6036b81c21 /src/util.cpp
parent544843db399c51b77674755f70992f0bdc8403ea (diff)
downloadDoxygen-d067baf495d0415283ce724ad32cb9a08dc17c83.zip
Doxygen-d067baf495d0415283ce724ad32cb9a08dc17c83.tar.gz
Doxygen-d067baf495d0415283ce724ad32cb9a08dc17c83.tar.bz2
issue #8034: doxygen crashes
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 0581b5f..34df8d7 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -5714,7 +5714,7 @@ QCString normalizeNonTemplateArgumentsInString(
result += name.mid(p,i-p);
QCString n = name.mid(i,l);
bool found=FALSE;
- for (const Argument formArg : formalArgs)
+ for (const Argument &formArg : formalArgs)
{
if (formArg.name == n)
{