EgtGeomKernel :
- cambiato Load, con uso di NgeReader.
This commit is contained in:
+2
-2
@@ -215,12 +215,12 @@ GdbObj::SaveAttribs( NgeWriter& ngeOut) const
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
GdbObj::LoadAttribs( Scanner& TheScanner)
|
||||
GdbObj::LoadAttribs( NgeReader& ngeIn)
|
||||
{
|
||||
if ( GetSafeAttribs() == nullptr)
|
||||
return false ;
|
||||
|
||||
return m_pAttribs->Load( TheScanner) ;
|
||||
return m_pAttribs->Load( ngeIn) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user