Skip to content

Commit

Permalink
Fix for compilation
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15413 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Mar 10, 2011
1 parent 43a1f55 commit d9d53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -626,7 +626,7 @@ QgisApp::~QgisApp()
removeAnnotationItems();

// cancel request for FileOpen events
QgsApplication::setFileOpenEventReceiver( nil );
QgsApplication::setFileOpenEventReceiver( 0 );

// delete map layer registry and provider registry
QgsApplication::exitQgis();
Expand Down

0 comments on commit d9d53cc

Please sign in to comment.