Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 8, 2015
1 parent c4a6adc commit 2f9dfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/globe/osgEarthUtil/Controls.cpp
Expand Up @@ -131,7 +131,7 @@ _activeColor( osg::Vec4f(.4,.4,.4,1) ),
_active( false ),
_absorbEvents( false ),
_hfill( false ),
_vfill( false )
_vfill( false ),
_dirty( false )
{
//nop
Expand Down
2 changes: 1 addition & 1 deletion src/providers/gdal/qgsgdalprovider.cpp
Expand Up @@ -104,9 +104,9 @@ QgsGdalProvider::QgsGdalProvider( const QString &uri, QgsError error )
, mHeight( 0 )
, mXBlockSize( 0 )
, mYBlockSize( 0 )
, mGeoTransform()
, mGdalBaseDataset( 0 )
, mGdalDataset( 0 )
, mGeoTransform()
{
setError( error );
}
Expand Down

0 comments on commit 2f9dfd2

Please sign in to comment.