Kaydet (Commit) a01c392e authored tarafından Herbert Dürr's avatar Herbert Dürr

replace deprecated method NSString::cString()

üst 80f62d98
......@@ -148,7 +148,7 @@ bool Player::create( const ::rtl::OUString& rURL )
{
OSL_TRACE( "NSMovie create failed with error %ld (%s)",
(long)[pErr code],
[[pErr localizedDescription] cString]
[[pErr localizedDescription] UTF8String]
);
}
[pool release];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment