Skip to content

Commit f5e3579

Browse files
committed
fix: add missing override
1 parent 163fb8b commit f5e3579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capturer/v4l2_capturer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class V4L2Capturer : public VideoCapturer {
2525
Args config() const override;
2626
void StartCapture() override;
2727

28-
V4L2Capturer &SetControls(int key, int value);
28+
V4L2Capturer &SetControls(int key, int value) override;
2929
rtc::scoped_refptr<webrtc::I420BufferInterface> GetI420Frame() override;
3030

3131
private:

0 commit comments

Comments
 (0)