quick & dirty workaround

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3181 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2003-05-06 23:53:36 +00:00
parent b43f227373
commit 1ed6c90897

View File

@ -196,7 +196,7 @@ media_format::Matches(const media_format *otherFormat) const
{
UNIMPLEMENTED();
return false;
return true;
}