diff options
Diffstat (limited to 'libs/hwui/Dither.h')
-rw-r--r-- | libs/hwui/Dither.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Dither.h b/libs/hwui/Dither.h index b589b80496f0..6af3e8384472 100644 --- a/libs/hwui/Dither.h +++ b/libs/hwui/Dither.h @@ -37,7 +37,7 @@ class Program; */ class Dither { public: - Dither(Caches& caches); + explicit Dither(Caches& caches); void clear(); void setupProgram(Program& program, GLuint* textureUnit); |