diff options
Diffstat (limited to 'src/defargs.h')
-rw-r--r-- | src/defargs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defargs.h b/src/defargs.h index 589eb90..a988b0b 100644 --- a/src/defargs.h +++ b/src/defargs.h @@ -25,7 +25,7 @@ class ArgumentList; class QCString; std::unique_ptr<ArgumentList> stringToArgumentList(SrcLangExt lang, - const char *argsString, + const QCString &argsString, QCString *extraTypeChars=0); #endif |