Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1216 from minorua/georef_bad_alloc
[Georeferencer] fix bad allocation error
  • Loading branch information
jef-n committed Feb 25, 2014
2 parents 48c1b57 + 76c3998 commit 8ed2ded
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 8ed2ded

Please sign in to comment.