We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc9a636 + 0ef90b4 commit 1cec094Copy full SHA for 1cec094
1 file changed
api/IPAddress.h
@@ -98,7 +98,7 @@ class IPAddress : public Printable {
98
virtual size_t printTo(Print& p) const;
99
String toString() const;
100
101
- IPType type() { return _type; }
+ IPType type() const { return _type; }
102
103
friend class UDP;
104
friend class Client;
0 commit comments