summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llappdelegate-objc.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm
index 11761dbaae..0b3d0355a2 100644
--- a/indra/newview/llappdelegate-objc.mm
+++ b/indra/newview/llappdelegate-objc.mm
@@ -226,8 +226,10 @@
- (void) setBugsplatValue:(nullable NSString *)value forAttribute:(NSString *)attribute
{
+#if defined(LL_BUGSPLAT)
//[[BugSplat shared] setValue:@"Value of not so plain <value> Attribute" forAttribute:@"NotSoPlainAttribute"];
[[BugSplat shared] setValue:value forAttribute:attribute];
+#endif // LL_BUGSPLAT
}
#if defined(LL_BUGSPLAT)