diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2018-05-21 13:29:16 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2018-05-21 13:29:16 -0400 | 
| commit | 3a885e9cb7bb86e82036b217e2aaf2d96106be43 (patch) | |
| tree | 230fc71abbeade9695948a2bcda0743f1dcaab62 | |
| parent | cabcb299d53f59f5e12e090eb45b3e75d3bce682 (diff) | |
SL-821: Use @import, not #import.
| -rw-r--r-- | indra/newview/llappdelegate-objc.mm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm index 2fa8319260..e8b4272e51 100644 --- a/indra/newview/llappdelegate-objc.mm +++ b/indra/newview/llappdelegate-objc.mm @@ -26,7 +26,7 @@  #import "llappdelegate-objc.h"  #if defined(LL_BUGSPLAT) -#import BugsplatMac; +@import BugsplatMac;  #endif  #include "llwindowmacosx-objc.h"  #include <Carbon/Carbon.h> // Used for Text Input Services ("Safe" API - it's supported) | 
