Skip to content

Commit

Permalink
Update src/ip/Address.h
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Rousskov <[email protected]>
  • Loading branch information
yadij and rousskov authored May 29, 2024
1 parent ddca48a commit fadedfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ip/Address.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Address
/** @name Constructors */
/*@{*/
Address() { setEmpty(); }
Address(const struct sockaddr_storage &);
explicit Address(const struct sockaddr_storage &);
Address(const struct in_addr &);
Address(const struct sockaddr_in &);
Address(const struct in6_addr &);
Expand Down

0 comments on commit fadedfb

Please sign in to comment.