Update uvc-wmf.cc
This commit is contained in:
parent
40dc61d2b6
commit
bbdc0ac178
|
@ -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__;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user