diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/controls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libcamera/controls.h b/include/libcamera/controls.h index 80944efc..a556328c 100644 --- a/include/libcamera/controls.h +++ b/include/libcamera/controls.h @@ -96,6 +96,7 @@ public: #ifndef __DOXYGEN__ template<typename T, typename std::enable_if_t<!details::is_span<T>::value && + details::control_type<T>::value && !std::is_same<std::string, std::remove_cv_t<T>>::value, std::nullptr_t> = nullptr> ControlValue(const T &value) |