Navigation Menu

Skip to content

Commit

Permalink
Fix include for case sensitive HFS+ builds
Browse files Browse the repository at this point in the history
CocoaInitializer.h != cocoainitializer.h on case sensitive filesystems
  • Loading branch information
ArrEssJay authored and m-kuhn committed Jun 16, 2017
1 parent a8415a9 commit f237c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/mac/cocoainitializer.mm
Expand Up @@ -36,7 +36,7 @@
POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/

#include "CocoaInitializer.h"
#include "cocoainitializer.h"

#include <AppKit/AppKit.h>
#include <Cocoa/Cocoa.h>
Expand Down

0 comments on commit f237c6c

Please sign in to comment.