[libcamera-devel] [PATCH v2 03/10] libcamera: buffer: Drop friend statement

Niklas Söderlund niklas.soderlund at ragnatech.se
Wed Nov 20 02:54:59 CET 2019


The Buffer class do not need to friend PipelineHandler, drop it.

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo at jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
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;
-- 
2.24.0



More information about the libcamera-devel mailing list