File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class QgsGeometry
113
113
QGis::GeometryType type() const;
114
114
115
115
/** Returns true if wkb of the geometry is of WKBMulti* type */
116
- bool isMultipart();
116
+ bool isMultipart() const ;
117
117
118
118
/** compare geometries using GEOS */
119
119
bool isGeosEqual( QgsGeometry & );
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ QGis::GeometryType QgsGeometry::type() const
679
679
}
680
680
}
681
681
682
- bool QgsGeometry::isMultipart ()
682
+ bool QgsGeometry::isMultipart () const
683
683
{
684
684
if ( mDirtyWkb )
685
685
exportGeosToWkb ();
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class CORE_EXPORT QgsGeometry
155
155
QGis::GeometryType type () const ;
156
156
157
157
/* * Returns true if wkb of the geometry is of WKBMulti* type */
158
- bool isMultipart ();
158
+ bool isMultipart () const ;
159
159
160
160
/* * compare geometries using GEOS */
161
161
bool isGeosEqual ( QgsGeometry & );
You can’t perform that action at this time.
0 commit comments