coverity#706531 Uncaught exception

Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
This commit is contained in:
Caolán McNamara
2014-07-08 11:28:19 +01:00
parent 81a8f537d6
commit 2fa900c7c3

View File

@@ -46,7 +46,7 @@ namespace pcr
,m_xTranslatedEventSource( _rxTranslatedEventSource )
{
if ( !m_xDelegator.is() )
throw NullPointerException();
throw RuntimeException();
}