summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnLanguageChange.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnLanguageChange.h')
-rw-r--r--SmartDeviceLink/SDLOnLanguageChange.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLOnLanguageChange.h b/SmartDeviceLink/SDLOnLanguageChange.h
index b794edcd1..2aca93d1d 100644
--- a/SmartDeviceLink/SDLOnLanguageChange.h
+++ b/SmartDeviceLink/SDLOnLanguageChange.h
@@ -3,7 +3,7 @@
#import "SDLRPCNotification.h"
-@class SDLLanguage;
+#import "SDLLanguage.h"
/**
@@ -28,11 +28,11 @@
/**
* @abstract Current SDL voice engine (VR+TTS) language
*/
-@property (strong) SDLLanguage *language;
+@property (strong) SDLLanguage language;
/**
* @abstract Current display language
*/
-@property (strong) SDLLanguage *hmiDisplayLanguage;
+@property (strong) SDLLanguage hmiDisplayLanguage;
@end