EgtGeomKernel 2.6h2 :

- modifiche per permettere Mark di tipo 2.
This commit is contained in:
Dario Sassi
2024-08-22 09:10:04 +02:00
parent 2b4090619b
commit 3908e11d18
9 changed files with 25 additions and 27 deletions
+2 -2
View File
@@ -1254,13 +1254,13 @@ GdbIterator::GetCalcStatus( int& nStat) const
//----------------------------------------------------------------------------
bool
GdbIterator::SetMark( void)
GdbIterator::SetMark( int nMark)
{
if ( m_pGDB == nullptr || m_pCurrObj == nullptr)
return false ;
// imposto la marcatura
return m_pCurrObj->SetMark() ;
return m_pCurrObj->SetMark( nMark) ;
}
//----------------------------------------------------------------------------