mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Fix the missing std
Bug: b/239662094 Test: enable Wunqualified-std-cast-call locally and run m to build Change-Id: I79b79a9fdaf8e78a39346190200f67ccf5a66aab
This commit is contained in:
@@ -164,7 +164,7 @@ bool Dvr::createDvrMQ() {
|
||||
return false;
|
||||
}
|
||||
|
||||
mDvrMQ = move(tmpDvrMQ);
|
||||
mDvrMQ = std::move(tmpDvrMQ);
|
||||
|
||||
if (EventFlag::createEventFlag(mDvrMQ->getEventFlagWord(), &mDvrEventFlag) != ::android::OK) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user