diff options
author | 2016-09-28 23:10:07 +0000 | |
---|---|---|
committer | 2016-09-28 23:10:07 +0000 | |
commit | 14664fb503fe8855279b62d6c2442d189d87dd7f (patch) | |
tree | def6813bc8539e943a5dc3b756da1dcbf7a8ccaa | |
parent | d2c6b7fd1e769ad14097bbfb6665dbd146437636 (diff) | |
parent | 64e47fabae23a53edab9d6e0dc1d04cca6105714 (diff) |
Merge "Fix google-explicit-constructor warnings in HardwareAPI." am: c8de4a06ab am: 9285335221
am: 64e47fabae
Change-Id: Ia27b9704d92149284e010a85b95e3bb8fbae6e51
-rw-r--r-- | include/media/hardware/HardwareAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/hardware/HardwareAPI.h b/include/media/hardware/HardwareAPI.h index 2c50ad6f15..cecf7152f4 100644 --- a/include/media/hardware/HardwareAPI.h +++ b/include/media/hardware/HardwareAPI.h @@ -270,7 +270,7 @@ struct DescribeColorFormatParams { // output: fill out the MediaImage fields 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 |