Skip to content
Snippets Groups Projects
Commit e6bfaa3d authored by callum_linden's avatar callum_linden
Browse files

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

parent 2a3f022e
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
*/ */
//Protos for ObjectiveC classes (cannot import cocoa here due to BOOL conflict) //Protos for ObjectiveC classes (cannot import cocoa here due to BOOL conflict)
#ifndef __OBJC__
class NSWindow; class NSWindow;
#endif // __OBJC__
/* Defined in slplugin-objc.mm: */ /* Defined in slplugin-objc.mm: */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment