Update to build on Xcode 6.0: fix cocoa NSWindow redefinition error
parent
2a3f022e0a
commit
e6bfaa3d5b
|
|
@ -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: */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue