diff options
Diffstat (limited to 'video-opencv/impl.hpp')
| -rw-r--r-- | video-opencv/impl.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/video-opencv/impl.hpp b/video-opencv/impl.hpp index f756fb19..3d793490 100644 --- a/video-opencv/impl.hpp +++ b/video-opencv/impl.hpp @@ -34,7 +34,7 @@ struct cam final : camera      cam(int idx);      ~cam() override; -    bool start(const info& args) override; +    bool start(info& args) override;      void stop() override;      bool is_open() override;      std::tuple<const frame&, bool> get_frame() override; | 
