Skip to content

Commit 3310efb

Browse files
committed
fix warning
1 parent db88b01 commit 3310efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgsscalewidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
QgsScaleWidget::QgsScaleWidget( QWidget *parent )
2323
: QWidget( parent )
24-
, mShowCurrentScaleButton( false )
2524
, mCanvas( NULL )
25+
, mShowCurrentScaleButton( false )
2626
{
2727
QHBoxLayout* layout = new QHBoxLayout( this );
2828
layout->setContentsMargins( 0, 0, 0, 0 );

0 commit comments

Comments
 (0)