Skip to content

Commit

Permalink
[Georeferencer] fix bad allocation error
Browse files Browse the repository at this point in the history
  • Loading branch information
minorua committed Feb 25, 2014
1 parent 71a799f commit 76c3998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/georeferencer/qgsgeorefplugingui.cpp
Expand Up @@ -73,6 +73,7 @@ QgsGeorefDockWidget::QgsGeorefDockWidget( const QString & title, QWidget * paren

QgsGeorefPluginGui::QgsGeorefPluginGui( QgisInterface* theQgisInterface, QWidget* parent, Qt::WFlags fl )
: QMainWindow( parent, fl )
, mMousePrecisionDecimalPlaces( 0 )
, mTransformParam( QgsGeorefTransform::InvalidTransform )
, mIface( theQgisInterface )
, mLayer( 0 )
Expand Down

0 comments on commit 76c3998

Please sign in to comment.