mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-26 18:15:06 +03:00
libcamera: stream: Qualify 'Camera' friend directive
Align the Stream class to all other classes in the code base to use the 'class' qualifier in 'friend' declarations. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
cf4bb3fb2d
commit
29f323eea8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public:
|
||||||
const StreamConfiguration &configuration() const { return configuration_; }
|
const StreamConfiguration &configuration() const { return configuration_; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend Camera;
|
friend class Camera;
|
||||||
|
|
||||||
BufferPool bufferPool_;
|
BufferPool bufferPool_;
|
||||||
StreamConfiguration configuration_;
|
StreamConfiguration configuration_;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue