Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
qgsgeometry.cpp: workaround false positive copyCtorPointerCopying war…
…ning
  • Loading branch information
rouault committed May 29, 2020
1 parent a003ec8 commit bdfb2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.cpp
Expand Up @@ -81,8 +81,8 @@ QgsGeometry::QgsGeometry( std::unique_ptr<QgsAbstractGeometry> geom )
}

QgsGeometry::QgsGeometry( const QgsGeometry &other )
: d( other.d )
{
d = other.d;
mLastError = other.mLastError;
d->ref.ref();
}
Expand Down

0 comments on commit bdfb2b8

Please sign in to comment.