Fix compilation issue on 10.5
This commit is contained in:
parent
b0333dfc16
commit
e11ed81f72
2 changed files with 6 additions and 2 deletions
|
@ -36,7 +36,11 @@
|
|||
|
||||
struct SFMLmainWindow;
|
||||
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
|
||||
@interface CocoaAppDelegate : NSObject <NSApplicationDelegate> {
|
||||
#else
|
||||
@interface CocoaAppDelegate : NSObject {
|
||||
#endif
|
||||
@private
|
||||
NSWindow *m_window;
|
||||
NSView *m_sfmlView;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue