summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLOnCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLOnCommand.h')
-rw-r--r--SmartDeviceLink/SDLOnCommand.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLOnCommand.h b/SmartDeviceLink/SDLOnCommand.h
index 5d3d3f599..040f14ab6 100644
--- a/SmartDeviceLink/SDLOnCommand.h
+++ b/SmartDeviceLink/SDLOnCommand.h
@@ -3,8 +3,7 @@
#import "SDLRPCNotification.h"
-@class SDLTriggerSource;
-
+#import "SDLTriggerSource.h"
/**
* This is called when a command was selected via VR after pressing the PTT button, or selected from the menu after
@@ -37,6 +36,6 @@
/**
* @abstract Indicates whether command was selected via voice or via a menu selection (using the OK button).
*/
-@property (strong) SDLTriggerSource *triggerSource;
+@property (strong) SDLTriggerSource triggerSource;
@end