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

Niklas Söderlund niklas.soderlund at ragnatech.se
Mon Oct 28 03:22:17 CET 2019


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

Signed-off-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>
---
 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.23.0



More information about the libcamera-devel mailing list