Skip to content

Commit 38e4b79

Browse files
Revert "remove extra ;"
This reverts commit 1c8f1e4.
1 parent a506faa commit 38e4b79

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/types.hpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ to_string(const libcamera::ControlType id);
2525
template<libcamera::ControlType>
2626
struct ControlTypeMap;
2727

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)
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);

0 commit comments

Comments
 (0)