summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2016-04-25 13:34:04 -0400
committerJustin Dickow <jjdickow@gmail.com>2016-04-25 13:34:04 -0400
commitc7786e543aa8954159da3fa5b27e815d343c2996 (patch)
tree327832325d158a314a39bd1ebdaea93b38ea93dc
parent84715ef03588aaee2f1c89938915a63c16e5d91e (diff)
downloadsdl_core-hotfix/80045.tar.gz
Add isSDLAllowed to AppPermissions initializer listhotfix/80045
-rw-r--r--src/components/policy/src/policy/include/policy/policy_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/policy/src/policy/include/policy/policy_types.h b/src/components/policy/src/policy/include/policy/policy_types.h
index 367d0f2a09..fc4b1a3bf0 100644
--- a/src/components/policy/src/policy/include/policy/policy_types.h
+++ b/src/components/policy/src/policy/include/policy/policy_types.h
@@ -234,7 +234,8 @@ struct AppPermissions {
appRevoked(false),
appPermissionsConsentNeeded(false),
appUnauthorized(false),
- requestTypeChanged(false) {
+ requestTypeChanged(false),
+ isSDLAllowed(false) {
}
std::string application_id;