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