Skip to content

Commit e3dbe46

Browse files
authored
Merge branch 'arduino:master' into rewriteIPAddress
2 parents b44f1b1 + 1cec094 commit e3dbe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: api/IPAddress.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class IPAddress : public Printable {
9595
virtual size_t printTo(Print& p) const;
9696
String toString() const;
9797

98-
IPType type() { return _type; }
98+
IPType type() const { return _type; }
9999

100100
friend class UDP;
101101
friend class Client;

0 commit comments

Comments
 (0)