Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid uninitialized member in legend renderer
  • Loading branch information
nyalldawson committed Feb 17, 2015
1 parent dc77d58 commit cf4c7c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgslegendrenderer.h
Expand Up @@ -73,6 +73,7 @@ class CORE_EXPORT QgsLegendRenderer
class Nucleon
{
public:
Nucleon() : item( 0 ), labelXOffset( 0.0 ) {}
QObject* item;
// Symbol size size without any space around for symbol item
QSizeF symbolSize;
Expand Down

0 comments on commit cf4c7c6

Please sign in to comment.