We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a506faa commit 38e4b79Copy full SHA for 38e4b79
src/types.hpp
@@ -25,12 +25,12 @@ to_string(const libcamera::ControlType id);
25
template<libcamera::ControlType>
26
struct ControlTypeMap;
27
28
-MAP(void, None)
29
-MAP(bool, Bool)
30
-MAP(uint8_t, Byte)
31
-MAP(int32_t, Integer32)
32
-MAP(int64_t, Integer64)
33
-MAP(float, Float)
34
-MAP(std::string, String)
35
-MAP(libcamera::Rectangle, Rectangle)
36
-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);
0 commit comments