[libcamera-devel] [PATCH 03/10] libcamera: buffer: Drop friend statment
Laurent Pinchart
laurent.pinchart at ideasonboard.com
Mon Nov 18 12:19:10 CET 2019
Hi Niklas,
Thank you for the patch.
On Mon, Oct 28, 2019 at 03:22:17AM +0100, Niklas Söderlund wrote:
> The Buffer class do not need to friend PipelineHandler, drop it.
>
> Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
> ---
> include/libcamera/buffer.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/libcamera/buffer.h b/include/libcamera/buffer.h
> index d7784d9d24ab3f41..c349b995e1eb35ee 100644
> --- a/include/libcamera/buffer.h
> +++ b/include/libcamera/buffer.h
> @@ -88,7 +88,6 @@ public:
>
> private:
> friend class Camera;
> - friend class PipelineHandler;
> friend class Request;
> friend class Stream;
> friend class V4L2VideoDevice;
--
Regards,
Laurent Pinchart
More information about the libcamera-devel
mailing list