Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 9, 2015
1 parent db88b01 commit 3310efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsscalewidget.cpp
Expand Up @@ -21,8 +21,8 @@

QgsScaleWidget::QgsScaleWidget( QWidget *parent )
: QWidget( parent )
, mShowCurrentScaleButton( false )
, mCanvas( NULL )
, mShowCurrentScaleButton( false )
{
QHBoxLayout* layout = new QHBoxLayout( this );
layout->setContentsMargins( 0, 0, 0, 0 );
Expand Down

0 comments on commit 3310efb

Please sign in to comment.