diff options
Diffstat (limited to 'services/surfaceflinger/StartPropertySetThread.h')
| -rw-r--r-- | services/surfaceflinger/StartPropertySetThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/StartPropertySetThread.h b/services/surfaceflinger/StartPropertySetThread.h index a64c21b21f..bbdcde2809 100644 --- a/services/surfaceflinger/StartPropertySetThread.h +++ b/services/surfaceflinger/StartPropertySetThread.h @@ -33,7 +33,7 @@ class StartPropertySetThread : public Thread { // Any property_set() will block during init stage so need to be offloaded // to this thread. see b/63844978. public: - StartPropertySetThread(bool timestampPropertyValue); + explicit StartPropertySetThread(bool timestampPropertyValue); status_t Start(); private: virtual bool threadLoop(); |