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 38633af..facd1ea 100644 --- a/libs/hwui/Dither.h +++ b/libs/hwui/Dither.h @@ -39,7 +39,7 @@ public: Dither(Caches& caches); void clear(); - void setupProgram(Program* program, GLuint* textureUnit); + void setupProgram(Program& program, GLuint* textureUnit); private: void bindDitherTexture(); |