diff options
author | 2016-09-28 23:07:38 +0000 | |
---|---|---|
committer | 2016-09-28 23:07:38 +0000 | |
commit | 64e47fabae23a53edab9d6e0dc1d04cca6105714 (patch) | |
tree | b82e7a208062ec8fd65b2caec0e2d2663bcb39e5 | |
parent | e7f4cb46c4fb5e9b76d48929d20825319e15af49 (diff) | |
parent | 9285335221eb7c0f04bea841bd285e0986256aae (diff) |
Merge "Fix google-explicit-constructor warnings in HardwareAPI." am: c8de4a06ab
am: 9285335221
Change-Id: I33c5d3fdfa292b9593c0f38bba5bf24294544626
-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 |