Skip to content

Commit d2b546a

Browse files
author
jef
committedApr 24, 2010
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@13373 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7e2a101 commit d2b546a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/core/qgsgeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3752,7 +3752,7 @@ bool QgsGeometry::contains( QgsPoint* p )
37523752
}
37533753

37543754
bool QgsGeometry::geosRelOp(
3755-
char GEOS_DLL( *op )( const GEOSGeometry*, const GEOSGeometry * ),
3755+
char( *op )( const GEOSGeometry*, const GEOSGeometry * ),
37563756
QgsGeometry *a,
37573757
QgsGeometry *b )
37583758
{

‎src/core/qgsgeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ class CORE_EXPORT QgsGeometry
556556
int p0, int i0, const QgsPolyline &ring0,
557557
int p1, int i1, const QgsPolyline &ring1 );
558558

559-
static bool geosRelOp( char GEOS_DLL( *op )( const GEOSGeometry*, const GEOSGeometry * ),
559+
static bool geosRelOp( char( *op )( const GEOSGeometry*, const GEOSGeometry * ),
560560
QgsGeometry *a, QgsGeometry *b );
561561

562562

0 commit comments

Comments
 (0)
Please sign in to comment.