Skip to content

Commit

Permalink
eWkVariant -> eWkbVariant in ogr_geometry.h
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr committed Feb 20, 2018
1 parent 9527d91 commit 77fe4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdal/ogr/ogr_geometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -876,15 +876,15 @@ class CPL_DLL OGRCurveCollection
int& nDataOffset,
OGRwkbByteOrder& eByteOrder,
int nMinSubGeomSize,
OGRwkbVariant eWkVariant );
OGRwkbVariant eWkbVariant );
OGRErr importBodyFromWkb(
OGRGeometry* poGeom,
const unsigned char * pabyData,
int nSize,
int bAcceptCompoundCurve,
OGRErr (*pfnAddCurveDirectlyFromWkb)( OGRGeometry* poGeom,
OGRCurve* poCurve ),
OGRwkbVariant eWkVariant,
OGRwkbVariant eWkbVariant,
int& nBytesConsumedOut );
OGRErr exportToWkt( const OGRGeometry* poGeom,
char ** ppszDstText ) const;
Expand Down

0 comments on commit 77fe4b5

Please sign in to comment.