summaryrefslogtreecommitdiff
path: root/src/components/remote_control/test/src/rc_module_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/remote_control/test/src/rc_module_test.cc')
-rw-r--r--src/components/remote_control/test/src/rc_module_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/remote_control/test/src/rc_module_test.cc b/src/components/remote_control/test/src/rc_module_test.cc
index 57efb90551..b10baa7461 100644
--- a/src/components/remote_control/test/src/rc_module_test.cc
+++ b/src/components/remote_control/test/src/rc_module_test.cc
@@ -169,7 +169,7 @@ TEST_F(RCModuleTest, ProcessMessagePass) {
application_manager::BinaryData* data = &buf;
data->push_back(1);
- message_->set_binary_data(data);
+ message_->set_binary_data((const application_manager::BinaryData*)data);
Json::Value json_value = MessageHelper::StringToValue(json);
Json::Value module_type =