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