EgtGeomKernel : GeoFactory ora usa nType invece di sKey,

aggiunto map da sKey a nType.
This commit is contained in:
Dario Sassi
2013-11-26 20:53:50 +00:00
parent 81a1e3d994
commit cc2db726db
15 changed files with 97 additions and 32 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ using namespace std ;
//----------------------------------------------------------------------------
IGeoObj*
CreateGeoObj( string sKey)
CreateGeoObj( int nType)
{
return GEOOBJ_CREATE( sKey) ;
return GEOOBJ_CREATE( nType) ;
}