We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7211acc commit 58c8f22Copy full SHA for 58c8f22
1 file changed
api/IPAddress.h
@@ -40,8 +40,8 @@ enum IPType {
40
class IPAddress : public Printable {
41
private:
42
union {
43
- uint8_t bytes[16];
44
- uint32_t dword[4];
+ uint8_t bytes[16];
+ uint32_t dword[4];
45
} _address;
46
IPType _type;
47
0 commit comments