diff --git a/include/libcamera/bound_method.h b/include/libcamera/bound_method.h index 95a95653..f216e3b5 100644 --- a/include/libcamera/bound_method.h +++ b/include/libcamera/bound_method.h @@ -174,7 +174,7 @@ template class BoundMethodMember : public BoundMethodArgs { public: - using PackType = typename BoundMethodArgs::PackType; + using PackType = typename BoundMethodArgs::PackType; BoundMethodMember(T *obj, Object *object, void (T::*func)(Args...), ConnectionType type = ConnectionTypeAuto)