diff options
author | 2016-08-31 17:18:56 +0000 | |
---|---|---|
committer | 2016-08-31 17:18:56 +0000 | |
commit | 7207562ff7e490d0cc4554f46fd9b9ce7a89c20a (patch) | |
tree | 843055cfb8a6528380d6fba2a03b10a52630fcdd /libs/hwui/FontRenderer.h | |
parent | 2cace65f71914723f6c874404f3f36af1e22946b (diff) | |
parent | a619ec70cf765d9166f0862e74653711b87307b3 (diff) |
Merge "Fix google-explicit-constructor warnings in libs/hwui."
Diffstat (limited to 'libs/hwui/FontRenderer.h')
-rw-r--r-- | libs/hwui/FontRenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/FontRenderer.h b/libs/hwui/FontRenderer.h index e10a81b8ccd8..d656864c5133 100644 --- a/libs/hwui/FontRenderer.h +++ b/libs/hwui/FontRenderer.h @@ -96,7 +96,7 @@ public: class FontRenderer { public: - FontRenderer(const uint8_t* gammaTable); + explicit FontRenderer(const uint8_t* gammaTable); ~FontRenderer(); void flushLargeCaches(std::vector<CacheTexture*>& cacheTextures); |