Skip to content

Commit

Permalink
Silence false positive cppcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 17, 2023
1 parent c2cef74 commit b2b8c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/expression/qgsexpression_p.h
Expand Up @@ -50,6 +50,7 @@ class QgsExpressionPrivate
, mCalc( other.mCalc )
, mDistanceUnit( other.mDistanceUnit )
, mAreaUnit( other.mAreaUnit )
, mIsPrepared( false )
{
if ( other.mDaCrs )
mDaCrs = std::make_unique<QgsCoordinateReferenceSystem>( *other.mDaCrs.get() );
Expand Down

0 comments on commit b2b8c95

Please sign in to comment.