diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/v4l2_videodevice/controls.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/v4l2_videodevice/controls.cpp b/test/v4l2_videodevice/controls.cpp index 182228f3..31879b79 100644 --- a/test/v4l2_videodevice/controls.cpp +++ b/test/v4l2_videodevice/controls.cpp @@ -26,7 +26,7 @@ public: protected: int run() { - const V4L2ControlInfoMap &info = capture_->controls(); + const ControlInfoMap &info = capture_->controls(); /* Test control enumeration. */ if (info.empty()) { |