Skip to content

Commit 66cb25f

Browse files
committedApr 21, 2016
Fix build warnings
1 parent 09ced9b commit 66cb25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
558558
, mInternalClipboard( nullptr )
559559
, mShowProjectionTab( false )
560560
, mPythonUtils( nullptr )
561+
, mMapStylingDock( nullptr )
561562
, mComposerManager( nullptr )
562563
, mpTileScaleWidget( nullptr )
563564
, mpGpsWidget( nullptr )
@@ -566,7 +567,6 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
566567
, mProjectLastModified()
567568
, mWelcomePage( nullptr )
568569
, mCentralContainer( nullptr )
569-
, mMapStylingDock( nullptr )
570570
{
571571
if ( smInstance )
572572
{

0 commit comments

Comments
 (0)
Please sign in to comment.