mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 07:19:45 +03:00
ipa: rpi: Make monoSensor() accessor const
The ipa::RPi::IpaBase::monoSensor() function doesn't modify the class.
Make it const.
Fixes: 2031e2f290
("ipa: rpi: Add accessor function for monoSensor_")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
This commit is contained in:
parent
168bb3c97c
commit
807119d1e0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
void processStats(const ProcessParams ¶ms) override;
|
||||
|
||||
protected:
|
||||
bool monoSensor()
|
||||
bool monoSensor() const
|
||||
{
|
||||
return monoSensor_;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue