Changes between Version 7 and Version 8 of rfc31_ogr_64


Ignore:
Timestamp:
Jan 23, 2015, 7:09:36 AM (9 years ago)
Author:
Even Rouault
Comment:

Add missing const

Legend:

Unmodified
Added
Removed
Modified
  • rfc31_ogr_64

    v7 v8  
    8181
    8282    void                SetField( int i, GIntBig nValue );
    83     void                SetField( int i, int nCount, GIntBig * panValues );
     83    void                SetField( int i, int nCount, const GIntBig * panValues );
    8484    void                SetField( const char *pszFName, GIntBig nValue )
    8585    void                SetField( const char *pszFName, int nCount,
    86                                   GIntBig * panValues )
     86                                  const GIntBig * panValues )
    8787}}}
    8888