Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix another compile error on OSX
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9103 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 20, 2008
1 parent ab68af4 commit b221bfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/qgisapp.cpp
Expand Up @@ -72,6 +72,11 @@
//
#ifdef Q_OS_MACX
#include <ApplicationServices/ApplicationServices.h>

// check macro breaks QItemDelegate
#ifdef check
#undef check
#endif
#endif

//
Expand Down

0 comments on commit b221bfe

Please sign in to comment.