Skip to content

Commit f3a5dcc

Browse files
committed
Fix build
1 parent 422abbd commit f3a5dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/core/geometry/qgspointv2.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class QgsPointV2: public QgsAbstractGeometryV2
3333
* @param z z-coordinate of point, for PointZ or PointZM types
3434
* @param m m-value of point, for PointM or PointZM types
3535
*/
36-
QgsPointV2( QgsWKBTypes::Type type, double x = 0.0, double y = 0.0, double z = 0.0, double m = 0.0 ) /Factory/;
36+
QgsPointV2( QgsWKBTypes::Type type, double x = 0.0, double y = 0.0, double z = 0.0, double m = 0.0 );
3737
%MethodCode
3838
if ( QgsWKBTypes::flatType( a0 ) != QgsWKBTypes::Point )
3939
{

0 commit comments

Comments
 (0)