Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 26, 2020
1 parent 4e94abc commit 0a91678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/pointcloud/qgspointcloudrenderer.cpp
Expand Up @@ -150,7 +150,7 @@ bool QgsPointCloudLayerRenderer::render()
}


QgsPointCloudRenderer::~QgsPointCloudRenderer() = default;
QgsPointCloudLayerRenderer::~QgsPointCloudLayerRenderer() = default;


void QgsPointCloudLayerRenderer::drawData( QPainter *painter, const QVector<qint32> &data, const QgsPointCloudRendererConfig &config )
Expand Down

0 comments on commit 0a91678

Please sign in to comment.