Skip to content

Commit 76c3998

Browse files
committedFeb 25, 2014
[Georeferencer] fix bad allocation error
1 parent 71a799f commit 76c3998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/georeferencer/qgsgeorefplugingui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ QgsGeorefDockWidget::QgsGeorefDockWidget( const QString & title, QWidget * paren
7373

7474
QgsGeorefPluginGui::QgsGeorefPluginGui( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl )
7575
: QMainWindow( parent, fl )
76+
, mMousePrecisionDecimalPlaces( 0 )
7677
, mTransformParam( QgsGeorefTransform::InvalidTransform )
7778
, mIface( theQgisInterface )
7879
, mLayer( 0 )

0 commit comments

Comments
 (0)
Please sign in to comment.