Skip to content

Commit 2f9dfd2

Browse files
committed
fix build error
1 parent c4a6adc commit 2f9dfd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plugins/globe/osgEarthUtil/Controls.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ _activeColor( osg::Vec4f(.4,.4,.4,1) ),
131131
_active( false ),
132132
_absorbEvents( false ),
133133
_hfill( false ),
134-
_vfill( false )
134+
_vfill( false ),
135135
_dirty( false )
136136
{
137137
//nop

src/providers/gdal/qgsgdalprovider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ QgsGdalProvider::QgsGdalProvider( const QString &uri, QgsError error )
104104
, mHeight( 0 )
105105
, mXBlockSize( 0 )
106106
, mYBlockSize( 0 )
107-
, mGeoTransform()
108107
, mGdalBaseDataset( 0 )
109108
, mGdalDataset( 0 )
109+
, mGeoTransform()
110110
{
111111
setError( error );
112112
}

0 commit comments

Comments
 (0)