summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLCoordinateFormatter.m
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLCoordinateFormatter.m')
-rw-r--r--platform/darwin/src/MGLCoordinateFormatter.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLCoordinateFormatter.m b/platform/darwin/src/MGLCoordinateFormatter.m
index fb577d3be3..aba34e470d 100644
--- a/platform/darwin/src/MGLCoordinateFormatter.m
+++ b/platform/darwin/src/MGLCoordinateFormatter.m
@@ -2,6 +2,7 @@
#import "NSBundle+MGLAdditions.h"
#import "NSValue+MGLAdditions.h"
+#import "MGLLoggingConfiguration_Private.h"
@implementation MGLCoordinateFormatter
@@ -119,7 +120,7 @@
}
- (BOOL)getObjectValue:(out id __nullable * __nullable)obj forString:(NSString *)string errorDescription:(out NSString * __nullable * __nullable)error {
- NSAssert(NO, @"-getObjectValue:forString:errorDescription: has not been implemented");
+ MGLAssert(NO, @"-getObjectValue:forString:errorDescription: has not been implemented");
return NO;
}