summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDisplayCapabilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLDisplayCapabilities.h')
-rw-r--r--SmartDeviceLink/SDLDisplayCapabilities.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLDisplayCapabilities.h b/SmartDeviceLink/SDLDisplayCapabilities.h
index 57ebd6719..2b22139c2 100644
--- a/SmartDeviceLink/SDLDisplayCapabilities.h
+++ b/SmartDeviceLink/SDLDisplayCapabilities.h
@@ -3,10 +3,9 @@
#import "SDLRPCMessage.h"
-@class SDLDisplayType;
+#import "SDLDisplayType.h"
@class SDLScreenParams;
-
/**
* Contains information about the display for the SDL system to which the application is currently connected.
*
@@ -32,7 +31,7 @@
*
* Required
*/
-@property (strong) SDLDisplayType *displayType;
+@property (strong) SDLDisplayType displayType;
/**
* @abstract An array of SDLTextField structures, each of which describes a field in the HMI which the application can write to using operations such as *SDLShow*, *SDLSetMediaClockTimer*, etc.