diff options
Diffstat (limited to 'services/surfaceflinger/EventControlThread.h')
-rw-r--r-- | services/surfaceflinger/EventControlThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/EventControlThread.h b/services/surfaceflinger/EventControlThread.h index be6c53aa32..9368db6fc8 100644 --- a/services/surfaceflinger/EventControlThread.h +++ b/services/surfaceflinger/EventControlThread.h @@ -29,7 +29,7 @@ class SurfaceFlinger; class EventControlThread: public Thread { public: - EventControlThread(const sp<SurfaceFlinger>& flinger); + explicit EventControlThread(const sp<SurfaceFlinger>& flinger); virtual ~EventControlThread() {} void setVsyncEnabled(bool enabled); |