Skip to content

Commit 2da75da

Browse files
committedJan 15, 2016
fix ad1fd2a
1 parent a1705ad commit 2da75da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/oracle/qgsoracleprovider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class QgsOracleProvider : public QgsVectorDataProvider
215215
the second map parameter being the new geometries themselves
216216
@return true in case of success and false in case of failure
217217
*/
218-
bool changeGeometryValues( QgsGeometryMap & geometry_map );
218+
bool changeGeometryValues( const QgsGeometryMap & geometry_map );
219219

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

0 commit comments

Comments
 (0)
Please sign in to comment.