EgtGeomKernel 1.4a3 : Migliorata gestione gruppi, aggiunti GdbIterator, GeoFrame3d e IdManager.

This commit is contained in:
Dario Sassi
2013-12-05 07:33:42 +00:00
parent 19e382b435
commit 8e9bc9169c
25 changed files with 1095 additions and 144 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
//----------------------------------------------------------------------------
GdbNode::GdbNode( void)
{
m_nId = - 1 ;
m_nId = GDB_ID_NULL ;
m_pNext = nullptr ;
m_pPrev = nullptr ;
m_pParent = nullptr ;