[Georeferencer] fix bad allocation error

This commit is contained in:
Minoru Akagi 2014-02-25 18:24:40 +09:00
parent 71a799f0c1
commit 76c39984cd

View File

@ -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 )