Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7edcd7cd authored by zijunzhao's avatar zijunzhao Committed by Zijun Zhao
Browse files

Fix the missing std

Bug: b/239662094
Test: enable Wunqualified-std-cast-call locally and run m to build
Change-Id: I79b79a9fdaf8e78a39346190200f67ccf5a66aab
parent 475bb11a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;