Skip to content

Commit

Permalink
fix compile error on OSX
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9100 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 20, 2008
1 parent 4f00105 commit 3fa4d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/main.cpp
Expand Up @@ -169,7 +169,6 @@ OSErr openDocumentsAEHandler(const AppleEvent *event, AppleEvent *reply, SRefCon
QString fileName = *myIterator;
qgis->openLayer(fileName);
}
break;
}
}
return noErr;
Expand Down

0 comments on commit 3fa4d10

Please sign in to comment.