From: Sandro Santilli Date: Tue, 9 Feb 2010 17:59:25 +0000 (+0000) Subject: Oops, it seems I broke the build (sorry) X-Git-Tag: 2.0.0alpha1~3263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f801531576378d673468d3a4e172b6b100d2bfee;p=postgis Oops, it seems I broke the build (sorry) git-svn-id: http://svn.osgeo.org/postgis/trunk@5225 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/liblwgeom.h b/liblwgeom/liblwgeom.h index 8d33e4954..b11becd57 100644 --- a/liblwgeom/liblwgeom.h +++ b/liblwgeom/liblwgeom.h @@ -1364,7 +1364,7 @@ extern POINTARRAY *ptarray_construct(char hasz, char hasm, unsigned int npoints) * extern POINTARRAY *ptarray_construct4d(uint32 npoints, const POINT4D *pts); */ -extern POINTARRAY *ptarray_addPoint(POINTARRAY *pa, uchar *p, size_t pdims, +extern POINTARRAY *ptarray_addPoint(const POINTARRAY *pa, uchar *p, size_t pdims, unsigned int where); extern POINTARRAY *ptarray_removePoint(POINTARRAY *pa, unsigned int where); extern POINTARRAY *ptarray_merge(POINTARRAY *pa1, POINTARRAY *pa2);