diff options
Diffstat (limited to 'src/libcamera/include/v4l2_videodevice.h')
-rw-r--r-- | src/libcamera/include/v4l2_videodevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcamera/include/v4l2_videodevice.h b/src/libcamera/include/v4l2_videodevice.h index fcf07264..359b3664 100644 --- a/src/libcamera/include/v4l2_videodevice.h +++ b/src/libcamera/include/v4l2_videodevice.h @@ -122,7 +122,7 @@ private: Entry(); Entry(bool free, const FrameBuffer &buffer); - bool operator==(const FrameBuffer &buffer); + bool operator==(const FrameBuffer &buffer) const; bool free; |