summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-08-30 14:37:50 -0400
committerFrank Elias <francois.elias@livio.io>2021-08-30 14:37:50 -0400
commit02b54a997954ce750282bb8b3b25634ce9f2da74 (patch)
tree7f0a67c9029b22deeb27d0af4f9b31291d1fd6ad
parent3cff9bba85d25c45340e0a7bb639d196acc5db20 (diff)
downloadsdl_ios-02b54a997954ce750282bb8b3b25634ce9f2da74.tar.gz
enum fix
-rw-r--r--SmartDeviceLink/private/SDLSecurityQueryPayload.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLSecurityQueryPayload.h b/SmartDeviceLink/private/SDLSecurityQueryPayload.h
index 7bee15cac..27354a47c 100644
--- a/SmartDeviceLink/private/SDLSecurityQueryPayload.h
+++ b/SmartDeviceLink/private/SDLSecurityQueryPayload.h
@@ -18,7 +18,7 @@ typedef NS_ENUM(Byte, SDLSecurityQueryType) {
SDLSecurityQueryTypeResponse = 0x10,
/// A message that does not have a response
- SDLSecurityQueryTypeNotification = 0x20
+ SDLSecurityQueryTypeNotification = 0x20,
/// An invalid query Type
SDLSecurityQueryTypeInvalid = 0xFF