summaryrefslogtreecommitdiff
path: root/native/android/choreographer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'native/android/choreographer.cpp')
-rw-r--r--native/android/choreographer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/android/choreographer.cpp b/native/android/choreographer.cpp
index e35c85b883e8..c3629da1cb12 100644
--- a/native/android/choreographer.cpp
+++ b/native/android/choreographer.cpp
@@ -64,7 +64,7 @@ protected:
virtual ~Choreographer() = default;
private:
- Choreographer(const sp<Looper>& looper);
+ explicit Choreographer(const sp<Looper>& looper);
Choreographer(const Choreographer&) = delete;
virtual void dispatchVsync(nsecs_t timestamp, int32_t id, uint32_t count);