[Scummvm-cvs-logs] SF.net SVN: scummvm:[46597] scummvm/trunk/gui/browser_osx.mm

vinterstum at users.sourceforge.net vinterstum at users.sourceforge.net
Sat Dec 26 18:18:18 CET 2009


Revision: 46597
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46597&view=rev
Author:   vinterstum
Date:     2009-12-26 17:18:18 +0000 (Sat, 26 Dec 2009)

Log Message:
-----------
Using #include instead of #import to include some mac os x headers to avoid silly gcc warnings, that we'd otherwise have to remove -pedantic to get rid of

Modified Paths:
--------------
    scummvm/trunk/gui/browser_osx.mm

Modified: scummvm/trunk/gui/browser_osx.mm
===================================================================
--- scummvm/trunk/gui/browser_osx.mm	2009-12-26 17:10:43 UTC (rev 46596)
+++ scummvm/trunk/gui/browser_osx.mm	2009-12-26 17:18:18 UTC (rev 46597)
@@ -30,8 +30,8 @@
 #include "common/system.h"
 #include "common/algorithm.h"
 
-#import <AppKit/NSOpenPanel.h>
-#import <Foundation/NSString.h>
+#include <AppKit/NSOpenPanel.h>
+#include <Foundation/NSString.h>
 
 namespace GUI {
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list