summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libcamera/framebuffer_allocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libcamera/framebuffer_allocator.h b/include/libcamera/framebuffer_allocator.h
index 78f13539..a96aaeae 100644
--- a/include/libcamera/framebuffer_allocator.h
+++ b/include/libcamera/framebuffer_allocator.h
@@ -21,8 +21,8 @@ class FrameBufferAllocator
{
public:
FrameBufferAllocator(std::shared_ptr<Camera> camera);
- FrameBufferAllocator(const Camera &) = delete;
- FrameBufferAllocator &operator=(const Camera &) = delete;
+ FrameBufferAllocator(const FrameBufferAllocator &) = delete;
+ FrameBufferAllocator &operator=(const FrameBufferAllocator &) = delete;
~FrameBufferAllocator();