File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class QgsMultiSurface: QgsGeometryCollection
35
35
36
36
37
37
38
- virtual bool addGeometry( QgsAbstractGeometry *g ) /Transfer/;
38
+ virtual bool addGeometry( QgsAbstractGeometry *g /Transfer/ ) ;
39
39
%Docstring
40
40
Adds a geometry and takes ownership. Returns true in case of success
41
41
:rtype: bool
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class CORE_EXPORT QgsMultiSurface: public QgsGeometryCollection
43
43
44
44
45
45
// ! Adds a geometry and takes ownership. Returns true in case of success
46
- virtual bool addGeometry ( QgsAbstractGeometry *g ) override SIP_TRANSFER ;
46
+ virtual bool addGeometry ( QgsAbstractGeometry *g SIP_TRANSFER ) override ;
47
47
48
48
virtual QgsAbstractGeometry *boundary () const override SIP_FACTORY;
49
49
You can’t perform that action at this time.
0 commit comments