diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-20 08:08:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-20 08:08:55 -0400 |
| commit | c6d24f0e32c8a03b9f0f31d077c6ffbff58ef74d (patch) | |
| tree | a8490f04f090bb0d91046655acbddc6d6ba95db3 /dialog_darwin.m | |
| parent | 3e9e767d79c85726741faee7b025412a27a6f86c (diff) | |
Changed #include to #import on the Objective-C files to settle the whole include guards thing. Now to continue fixing Mac OS X 10.6 building...
Diffstat (limited to 'dialog_darwin.m')
| -rw-r--r-- | dialog_darwin.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dialog_darwin.m b/dialog_darwin.m index 7bd7a8f..b147c5a 100644 --- a/dialog_darwin.m +++ b/dialog_darwin.m @@ -1,7 +1,7 @@ // 15 may 2014 #include "objc_darwin.h" -#include <AppKit/NSAlert.h> +#import <AppKit/NSAlert.h> static void alert(NSString *primary, NSString *secondary, NSAlertStyle style) { |
