libcamera: buffer: Plane: Drop friend statement

The Plane class do not need to friend Stream, drop it.

Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Niklas Söderlund
2019-11-19 17:49:44 +01:00
parent 1de2e4bbdd
commit 5e1cd213b3
-2
View File
@@ -29,8 +29,6 @@ public:
unsigned int length() const { return length_; }
private:
friend class Stream;
int mmap();
int munmap();