Update to build on Xcode 6.0: fix cocoa NSWindow redefinition error

master
callum_linden 2014-10-17 16:02:50 -07:00
parent 2a3f022e0a
commit e6bfaa3d5b
1 changed files with 2 additions and 0 deletions

View File

@ -29,7 +29,9 @@
*/
//Protos for ObjectiveC classes (cannot import cocoa here due to BOOL conflict)
#ifndef __OBJC__
class NSWindow;
#endif // __OBJC__
/* Defined in slplugin-objc.mm: */