diff options
Diffstat (limited to 'indra/newview/llcommandlineparser.h')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llcommandlineparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llcommandlineparser.h b/indra/newview/llcommandlineparser.h index 44f2a26843..71388b8217 100644..100755 --- a/indra/newview/llcommandlineparser.h +++ b/indra/newview/llcommandlineparser.h @@ -86,7 +86,7 @@ public: * * Use this to handle the results of parsing. */ - void notify(); + bool notify(); /** @brief Print a description of the configured options. * |