summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAKalinich-Luxoft <AKalinich@luxoft.com>2017-08-31 17:02:13 +0300
committerAKalinich-Luxoft <AKalinich@luxoft.com>2017-08-31 17:02:13 +0300
commit9bd3984b73248669394d0d3b335a31481b87d1d2 (patch)
treec26c47c2bf600e4710be530cb22281253292a164
parent5e3c104b93c73f2dd1588fe00a11ce7604a40bc8 (diff)
downloadsdl_core-9bd3984b73248669394d0d3b335a31481b87d1d2.tar.gz
Fix SDL build with EXTERNAL_PROPRIETARY flag
There was missed one function where Subject structure was not renamed so this fails SDL build with this policy flow.
-rw-r--r--src/components/policy/policy_external/src/access_remote_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/policy/policy_external/src/access_remote_impl.cc b/src/components/policy/policy_external/src/access_remote_impl.cc
index 7d61a4deab..ced87eb515 100644
--- a/src/components/policy/policy_external/src/access_remote_impl.cc
+++ b/src/components/policy/policy_external/src/access_remote_impl.cc
@@ -155,7 +155,7 @@ bool AccessRemoteImpl::CompareParameters(
return input->empty();
}
-void AccessRemoteImpl::SetDefaultHmiTypes(const Subject& who,
+void AccessRemoteImpl::SetDefaultHmiTypes(const ApplicationOnDevice& who,
const std::vector<int>& hmi_types) {
LOG4CXX_AUTO_TRACE(logger_);
HMIList::mapped_type types;