Skip to content

Commit 244e7d1

Browse files
committedAug 17, 2012
Fix compile problem: define variable
1 parent bf23608 commit 244e7d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/diagram/qgshistogramdiagram.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ QgsHistogramDiagram::~QgsHistogramDiagram()
3232
QSizeF QgsHistogramDiagram::diagramSize( const QgsAttributeMap& attributes, const QgsRenderContext& c, const QgsDiagramSettings& s, const QgsDiagramInterpolationSettings& is )
3333
{
3434
Q_UNUSED( c );
35+
QSize size;
3536
QgsAttributeMap::const_iterator attIt = attributes.constBegin();
3637
if ( attIt == attributes.constEnd() )
3738
{

0 commit comments

Comments
 (0)
Please sign in to comment.