Skip to content

Commit d60eb78

Browse files
author
mhugent
committed
Fix for compilation
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15413 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent daaf660 commit d60eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ QgisApp::~QgisApp()
626626
removeAnnotationItems();
627627

628628
// cancel request for FileOpen events
629-
QgsApplication::setFileOpenEventReceiver( nil );
629+
QgsApplication::setFileOpenEventReceiver( 0 );
630630

631631
// delete map layer registry and provider registry
632632
QgsApplication::exitQgis();

0 commit comments

Comments
 (0)