Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows build
git-svn-id: http://svn.osgeo.org/qgis/trunk@13373 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 24, 2010
1 parent 7e2a101 commit d2b546a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.cpp
Expand Up @@ -3752,7 +3752,7 @@ bool QgsGeometry::contains( QgsPoint* p )
}

bool QgsGeometry::geosRelOp(
char GEOS_DLL( *op )( const GEOSGeometry*, const GEOSGeometry * ),
char( *op )( const GEOSGeometry*, const GEOSGeometry * ),
QgsGeometry *a,
QgsGeometry *b )
{
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.h
Expand Up @@ -556,7 +556,7 @@ class CORE_EXPORT QgsGeometry
int p0, int i0, const QgsPolyline &ring0,
int p1, int i1, const QgsPolyline &ring1 );

static bool geosRelOp( char GEOS_DLL( *op )( const GEOSGeometry*, const GEOSGeometry * ),
static bool geosRelOp( char( *op )( const GEOSGeometry*, const GEOSGeometry * ),
QgsGeometry *a, QgsGeometry *b );


Expand Down

0 comments on commit d2b546a

Please sign in to comment.