Fixed missing return value in SetType().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@882 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1521,7 +1521,7 @@ BMimeType::StopWatching(BMessenger target)
|
|||||||
status_t
|
status_t
|
||||||
BMimeType::SetType(const char *mimeType)
|
BMimeType::SetType(const char *mimeType)
|
||||||
{
|
{
|
||||||
SetTo(mimeType);
|
return SetTo(mimeType);
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeleteAppHint
|
// DeleteAppHint
|
||||||
|
|||||||
Reference in New Issue
Block a user