summaryrefslogtreecommitdiff
path: root/libs/hwui/debug/GlesErrorCheckWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/debug/GlesErrorCheckWrapper.h')
-rw-r--r--libs/hwui/debug/GlesErrorCheckWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/debug/GlesErrorCheckWrapper.h b/libs/hwui/debug/GlesErrorCheckWrapper.h
index ee5cc1f46de8..791400bf30ec 100644
--- a/libs/hwui/debug/GlesErrorCheckWrapper.h
+++ b/libs/hwui/debug/GlesErrorCheckWrapper.h
@@ -24,7 +24,7 @@ namespace debug {
class GlesErrorCheckWrapper : public GlesDriver {
public:
- GlesErrorCheckWrapper(GlesDriver& base) : mBase(base) {}
+ explicit GlesErrorCheckWrapper(GlesDriver& base) : mBase(base) {}
#define GL_ENTRY(ret, api, ...) virtual ret api##_(__VA_ARGS__) override;
#include "gles_decls.in"