diff --git a/src/types.hpp b/src/types.hpp index 38e6d09f..77738d75 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -25,12 +25,12 @@ to_string(const libcamera::ControlType id); template struct ControlTypeMap; -MAP(void, None) -MAP(bool, Bool) -MAP(uint8_t, Byte) -MAP(int32_t, Integer32) -MAP(int64_t, Integer64) -MAP(float, Float) -MAP(std::string, String) -MAP(libcamera::Rectangle, Rectangle) -MAP(libcamera::Size, Size) +MAP(void, None); +MAP(bool, Bool); +MAP(uint8_t, Byte); +MAP(int32_t, Integer32); +MAP(int64_t, Integer64); +MAP(float, Float); +MAP(std::string, String); +MAP(libcamera::Rectangle, Rectangle); +MAP(libcamera::Size, Size);