From e8aeed6eefef28ebdb19ea241597aa919f6951f0 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Tue, 7 Jul 2015 15:53:59 -0700 Subject: [PATCH] Fix BRoster::Launch documentation const mismatch --- docs/user/app/Roster.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/app/Roster.dox b/docs/user/app/Roster.dox index 1446e50300..02dca55701 100644 --- a/docs/user/app/Roster.dox +++ b/docs/user/app/Roster.dox @@ -683,8 +683,8 @@ /*! - \fn status_t BRoster::Launch(const char* mimeType, int argc, char** args, - team_id* appTeam) const + \fn status_t BRoster::Launch(const char* mimeType, int argc, + const char* const* args, team_id* appTeam) const \brief Launches the application associated with the supplied MIME type. The application to be started is searched the same way FindApp() does it.