Update uvc-wmf.cc

This commit is contained in:
John Zhao 2018-05-10 14:46:21 +08:00
parent 40dc61d2b6
commit bbdc0ac178

View File

@ -21,7 +21,7 @@ struct device {
int vid, pid;
device(std::shared_ptr<context> parent) : parent(parent) {
explicit device(std::shared_ptr<context> parent) : parent(parent) {
VLOG(2) << __func__;
}