Skip to content

Commit

Permalink
Fix compile problem: define variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 17, 2012
1 parent bf23608 commit 244e7d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/diagram/qgshistogramdiagram.cpp
Expand Up @@ -32,6 +32,7 @@ QgsHistogramDiagram::~QgsHistogramDiagram()
QSizeF QgsHistogramDiagram::diagramSize( const QgsAttributeMap& attributes, const QgsRenderContext& c, const QgsDiagramSettings& s, const QgsDiagramInterpolationSettings& is )
{
Q_UNUSED( c );
QSize size;
QgsAttributeMap::const_iterator attIt = attributes.constBegin();
if ( attIt == attributes.constEnd() )
{
Expand Down

0 comments on commit 244e7d1

Please sign in to comment.