summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLArtwork.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-12-07 15:16:00 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-12-07 15:16:00 -0500
commit5f6e0173e339b14e4e94c6b4a9c2283bb0e3c93a (patch)
tree753bbb137ca7ea3be7b7b1eebe5e9341c24d240d /SmartDeviceLink/SDLArtwork.m
parent81c0ae284c32999792347aeb4ad3f866460a6799 (diff)
downloadsdl_ios-5f6e0173e339b14e4e94c6b4a9c2283bb0e3c93a.tar.gz
Enable and fix a host of warnings
* Update bson_c_lib
Diffstat (limited to 'SmartDeviceLink/SDLArtwork.m')
-rw-r--r--SmartDeviceLink/SDLArtwork.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLArtwork.m b/SmartDeviceLink/SDLArtwork.m
index 5cd877bc0..ac965f0dd 100644
--- a/SmartDeviceLink/SDLArtwork.m
+++ b/SmartDeviceLink/SDLArtwork.m
@@ -33,7 +33,7 @@ NS_ASSUME_NONNULL_BEGIN
}
-#pragma Private Lifecycle
+#pragma mark Private Lifecycle
- (instancetype)initWithImage:(UIImage *)image name:(NSString *)name persistent:(BOOL)persistent asImageFormat:(SDLArtworkImageFormat)imageFormat {
NSData *imageData = nil;
@@ -55,4 +55,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-NS_ASSUME_NONNULL_END \ No newline at end of file
+NS_ASSUME_NONNULL_END