EgtGraphics :
- aggiunto ( nothrow) a tutte le new.
This commit is contained in:
+1
-2
@@ -20,12 +20,11 @@
|
||||
|
||||
using namespace std ;
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
ISceExecutor*
|
||||
CreateSceExecutor( void)
|
||||
{
|
||||
return static_cast<ISceExecutor*> ( new SceExecutor) ;
|
||||
return static_cast<ISceExecutor*> ( new( nothrow) SceExecutor) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user