added default parameter to be able to compile media_server

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3431 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-06-05 00:24:16 +00:00
parent 0582df0213
commit 5014c4dcdd
+2 -2
View File
@@ -112,8 +112,8 @@ public:
team_id *appTeam) const;
status_t Launch(const char *mimeType, int argc, char **args,
team_id *appTeam) const;
status_t Launch(const entry_ref *ref, const BMessage *initialMessage,
team_id *appTeam) const;
status_t Launch(const entry_ref *ref, const BMessage *initialMessage = 0,
team_id *appTeam = 0) const;
status_t Launch(const entry_ref *ref, const BList *messageList,
team_id *appTeam) const;
status_t Launch(const entry_ref *ref, int argc, const char * const *args,