EgtGeomKernel 1.5d5 :
- aggiunta scrittura binaria - tolte GetKey, Load e Save da interfaccia IGeoObj.
This commit is contained in:
+2
-2
@@ -205,10 +205,10 @@ GdbObj::Remove( void)
|
||||
// Attribs
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GdbObj::SaveAttribs( std::ostream& osOut) const
|
||||
GdbObj::SaveAttribs( NgeWriter& ngeOut) const
|
||||
{
|
||||
if ( m_pAttribs != nullptr)
|
||||
return m_pAttribs->Save( osOut) ;
|
||||
return m_pAttribs->Save( ngeOut) ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user