commit | 090ef604f81447eab4aa0a5b45d6307482573560 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Apr 27 10:39:54 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Wed Apr 27 10:55:42 2016 -0700 |
tree | 6eb6530aab79b1cdc543ef16650be519db449e37 | |
parent | cdf7931424583ff20a754999216041fb46287cb3 [diff] |
Fix google-explicit-constructor warnings. Bug: 28341362 Change-Id: I625fbab25f16282c2ea929cd16283d9d146fa17b
diff --git a/services/camera/libcameraservice/device3/Camera3ZslStream.cpp b/services/camera/libcameraservice/device3/Camera3ZslStream.cpp index eefcb44..d753b71 100644 --- a/services/camera/libcameraservice/device3/Camera3ZslStream.cpp +++ b/services/camera/libcameraservice/device3/Camera3ZslStream.cpp
@@ -40,7 +40,7 @@ SELECT_NEITHER = 0, }; - TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} + explicit TimestampFinder(nsecs_t timestamp) : mTimestamp(timestamp) {} ~TimestampFinder() {} template <typename T>