Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 21, 2016
1 parent 09ced9b commit 66cb25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -558,6 +558,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
, mInternalClipboard( nullptr )
, mShowProjectionTab( false )
, mPythonUtils( nullptr )
, mMapStylingDock( nullptr )
, mComposerManager( nullptr )
, mpTileScaleWidget( nullptr )
, mpGpsWidget( nullptr )
Expand All @@ -566,7 +567,6 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
, mProjectLastModified()
, mWelcomePage( nullptr )
, mCentralContainer( nullptr )
, mMapStylingDock( nullptr )
{
if ( smInstance )
{
Expand Down

0 comments on commit 66cb25f

Please sign in to comment.