TestEGr :

- ricompilazione.
This commit is contained in:
Dario Sassi
2014-08-19 20:24:40 +00:00
parent b69602a462
commit e6097e81de
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ CTestEGrDlg::InsertGroupInTree( int nId, HTREEITEM hParent)
// creo un iteratore
PtrOwner<IGdbIterator> pIter( CreateGdbIterator()) ;
if ( ! ::IsValid( pIter))
if ( IsNull( pIter))
return false ;
// scandisco il gruppo
pIter->SetGDB( m_pGeomDB) ;