summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libcamera/controls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libcamera/controls.h b/include/libcamera/controls.h
index 0d279d50..42e6df7e 100644
--- a/include/libcamera/controls.h
+++ b/include/libcamera/controls.h
@@ -30,8 +30,8 @@ public:
ControlValue(int32_t value);
ControlValue(int64_t value);
- ControlType type() const { return type_; };
- bool isNone() const { return type_ == ControlTypeNone; };
+ ControlType type() const { return type_; }
+ bool isNone() const { return type_ == ControlTypeNone; }
template<typename T>
const T &get() const;