Message ID | 20231022224159.30298-5-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
diff --git a/include/libcamera/transform.h b/include/libcamera/transform.h index 847a1f94713c..9eb10e156d0d 100644 --- a/include/libcamera/transform.h +++ b/include/libcamera/transform.h @@ -75,7 +75,7 @@ Transform transformFromOrientation(const Orientation &orientation); Orientation transformToOrientation(const Transform &transform); Transform operator/(const Orientation &o1, const Orientation &o2); -Orientation operator*(const Orientation &o1, const Transform &t); +Orientation operator*(const Orientation &o, const Transform &t); const char *transformToString(Transform t);
- Fix parameter name in declaration of operator*() Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- include/libcamera/transform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)