EgtGeomKernel 1.9h1 :
- sistemazioni varie in CAvToolTriangle - utilizzo di std::async in CAvToolSurfTm - corretto GetAllTriaAroundVertex di SurfTm - aggiunto ( nothrow) a tutti i new.
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ ExtText*
|
||||
ExtText::Clone( void) const
|
||||
{
|
||||
// alloco oggetto
|
||||
ExtText* pGPt = new(nothrow) ExtText ;
|
||||
ExtText* pGPt = new( nothrow) ExtText ;
|
||||
if ( pGPt != nullptr) {
|
||||
if ( ! pGPt->CopyFrom( *this)) {
|
||||
delete pGPt ;
|
||||
|
||||
Reference in New Issue
Block a user