Message ID | 20241018160638.936993-4-stefan.klug@ideasonboard.com |
---|---|
State | Accepted |
Commit | ed3f3f6aa6f2dded584e1b3d3f97e8bceea1b2cd |
Headers | show |
Series |
|
Related | show |
diff --git a/include/libcamera/controls.h b/include/libcamera/controls.h index ca60bbacad17..28fec767fae1 100644 --- a/include/libcamera/controls.h +++ b/include/libcamera/controls.h @@ -101,6 +101,7 @@ struct control_type<Size> { template<> struct control_type<Point> { static constexpr ControlType value = ControlTypePoint; + static constexpr std::size_t size = 0; }; template<typename T, std::size_t N>