EgtGeomKernel : GeoFactory ora usa nType invece di sKey,
aggiunto map da sKey a nType.
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ using namespace std ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
IGeoObj*
|
||||
CreateGeoObj( string sKey)
|
||||
CreateGeoObj( int nType)
|
||||
{
|
||||
return GEOOBJ_CREATE( sKey) ;
|
||||
return GEOOBJ_CREATE( nType) ;
|
||||
}
|
||||
Reference in New Issue
Block a user