Skip to content

Commit

Permalink
fix ad1fd2a
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 15, 2016
1 parent a1705ad commit 2da75da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.h
Expand Up @@ -215,7 +215,7 @@ class QgsOracleProvider : public QgsVectorDataProvider
the second map parameter being the new geometries themselves
@return true in case of success and false in case of failure
*/
bool changeGeometryValues( QgsGeometryMap & geometry_map );
bool changeGeometryValues( const QgsGeometryMap & geometry_map );

/** Tries to create an spatial index file for faster access if only a subset of the features is required
@return true in case of success*/
Expand Down

0 comments on commit 2da75da

Please sign in to comment.