From 1522bbc771a79023f545f52bb8e3486cf5bf81d0 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 4 Oct 2002 21:41:30 +0000 Subject: [PATCH] Reduction of redundant characters. ;-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1375 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/app/Roster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/app/Roster.h b/headers/os/app/Roster.h index b101edfe3c..6fc23ede89 100644 --- a/headers/os/app/Roster.h +++ b/headers/os/app/Roster.h @@ -118,7 +118,7 @@ public: status_t StopWatching(BMessenger target) const; status_t ActivateApp(team_id team) const; - status_t Launch(const char *mimeType, BMessage *initialMesssage = NULL, + status_t Launch(const char *mimeType, BMessage *initialMessage = NULL, team_id *appTeam = NULL) const; status_t Launch(const char *mimeType, BList *messageList, team_id *appTeam = NULL) const;