aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal-grass/files/patch-ogrgrasslayer.cpp
blob: 4de5ab09fe55745898e1e092fd09ecd31ac0d5d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ogrgrasslayer.cpp.orig	2015-02-06 15:30:50 UTC
+++ ogrgrasslayer.cpp
@@ -1013,7 +1013,7 @@ OGRErr OGRGRASSLayer::CreateFeature( OGR
 /*      Eventually we should consider implementing a more efficient     */
 /*      way of counting features matching a spatial query.              */
 /************************************************************************/
-int OGRGRASSLayer::GetFeatureCount( int bForce )
+GIntBig OGRGRASSLayer::GetFeatureCount( int bForce )
 {
     if( m_poFilterGeom != NULL || m_poAttrQuery != NULL )
         return OGRLayer::GetFeatureCount( bForce );