Typo: thow->throw
Change-Id: I3db188dbd7db19d69dc2683fac3e912d1aef8847
This commit is contained in:
@@ -91,7 +91,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
|
|||||||
|
|
||||||
if (pError != NULL)
|
if (pError != NULL)
|
||||||
{
|
{
|
||||||
// TODO: thow an exception?
|
// TODO: throw an exception?
|
||||||
DBG( "%p Player::Player error '%s'", this, pError->message );
|
DBG( "%p Player::Player error '%s'", this, pError->message );
|
||||||
g_error_free (pError);
|
g_error_free (pError);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user