Skip to content

Commit 9439eb8

Browse files
committed
Fix globe plugin crash at launch on Mac
1 parent eaf5725 commit 9439eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/globe/globe_plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ GlobePlugin::GlobePlugin( QgisInterface* theQgisInterface )
8888
, mQGisIface( theQgisInterface )
8989
, mQActionPointer( 0 )
9090
, mQActionSettingsPointer( 0 )
91+
, mQActionUnload( 0 )
9192
, mOsgViewer( 0 )
9293
, mViewerWidget( 0 )
9394
, mMapNode( 0 )

0 commit comments

Comments
 (0)