Skip to content

Commit 5bf5eb3

Browse files
authored
fix: add explicit to event ctor
1 parent 46e82c6 commit 5bf5eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/osal/event.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ inline namespace v1
2929
class event final
3030
{
3131
public:
32-
event(error** error = nullptr) OS_NOEXCEPT;
32+
explicit event(error** error = nullptr) OS_NOEXCEPT;
3333

3434
/**
3535
* @brief Deleted copy constructor.

0 commit comments

Comments
 (0)