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

Commit c8de4a06 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

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

parents 170454b0 1bf71ef1
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