summaryrefslogtreecommitdiffstats
path: root/src/defargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defargs.h')
-rw-r--r--src/defargs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defargs.h b/src/defargs.h
index cb0f81b..6f23269 100644
--- a/src/defargs.h
+++ b/src/defargs.h
@@ -23,7 +23,7 @@
class ArgumentList;
-extern void stringToArgumentList(const char *argsString,ArgumentList* &argList,
+extern void stringToArgumentList(const char *argsString,ArgumentList* argList,
QCString *extraTypeChars=0);
#endif