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

Commit 92853352 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix google-explicit-constructor warnings in HardwareAPI."

am: c8de4a06

Change-Id: Ic8d39038699dd9bfa56bbdeb6f29293bad47d4f5
parents 5a283bbd c8de4a06
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -270,7 +270,7 @@ struct DescribeColorFormatParams {
    // output: fill out the MediaImage fields
    // output: fill out the MediaImage fields
    MediaImage sMediaImage;
    MediaImage sMediaImage;


    DescribeColorFormatParams(const DescribeColorFormat2Params&); // for internal use only
    explicit DescribeColorFormatParams(const DescribeColorFormat2Params&); // for internal use only
};
};


// A pointer to this struct is passed to OMX_GetParameter when the extension
// A pointer to this struct is passed to OMX_GetParameter when the extension