Skip to content

Commit

Permalink
Followup 005d0fa, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 26, 2017
1 parent cc3de62 commit 255fe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdiagramrenderer.cpp
Expand Up @@ -815,7 +815,7 @@ QList< QgsLayerTreeModelLegendNode * > QgsLinearlyInterpolatedDiagramRenderer::l

void QgsLinearlyInterpolatedDiagramRenderer::setDataDefinedSizeLegend( QgsDataDefinedSizeLegend *settings )
{
delete mDataDefinedSizeLegendSettings;
delete mDataDefinedSizeLegend;
mDataDefinedSizeLegend = settings;
}

Expand Down

0 comments on commit 255fe0b

Please sign in to comment.