Changeset 14270
- Timestamp:
- 04/12/08 09:28:42 (4 months ago)
- Files:
-
- branches/1.5/gdal/ogr/ogrfeature.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/ogr/ogrfeature.cpp
r11888 r14270 322 322 { 323 323 VALIDATE_POINTER1( hFeat, "OGR_F_SetGeometryDirectly", CE_Failure ); 324 VALIDATE_POINTER1( hGeom, "OGR_F_SetGeometryDirectly", CE_Failure );325 324 326 325 return ((OGRFeature *) hFeat)->SetGeometryDirectly((OGRGeometry *) hGeom); … … 389 388 { 390 389 VALIDATE_POINTER1( hFeat, "OGR_F_SetGeometry", CE_Failure ); 391 VALIDATE_POINTER1( hGeom, "OGR_F_SetGeometry", CE_Failure );392 390 393 391 return ((OGRFeature *) hFeat)->SetGeometry((OGRGeometry *) hGeom);
