Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Silence false positive cppcheck warning
  • Loading branch information
nyalldawson committed Apr 17, 2023
1 parent 1803e63 commit 06aded9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/pointcloud/expression/qgspointcloudexpression_p.h
Expand Up @@ -43,6 +43,7 @@ class QgsPointCloudExpressionPrivate
, mEvalErrorString( other.mEvalErrorString )
, mParserErrors( other.mParserErrors )
, mExp( other.mExp )
, mIsPrepared( false )
{}

~QgsPointCloudExpressionPrivate()
Expand Down

0 comments on commit 06aded9

Please sign in to comment.