Fix BRoster::Launch documentation const mismatch

This commit is contained in:
John Scipione
2015-07-07 16:22:29 -07:00
parent 49a56113ef
commit e8aeed6eef
+2 -2
View File
@@ -683,8 +683,8 @@
/*! /*!
\fn status_t BRoster::Launch(const char* mimeType, int argc, char** args, \fn status_t BRoster::Launch(const char* mimeType, int argc,
team_id* appTeam) const const char* const* args, team_id* appTeam) const
\brief Launches the application associated with the supplied MIME type. \brief Launches the application associated with the supplied MIME type.
The application to be started is searched the same way FindApp() does it. The application to be started is searched the same way FindApp() does it.