libcamera: pipeline: Fix operator= declaration
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
a5f330629a
commit
1b45e75cdb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ protected:
|
|||
|
||||
private:
|
||||
CameraData(const CameraData &) = delete;
|
||||
void operator=(const CameraData &) = delete;
|
||||
CameraData &operator=(const CameraData &) = delete;
|
||||
};
|
||||
|
||||
class PipelineHandler : public std::enable_shared_from_this<PipelineHandler>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue