Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3dbe46

Browse filesBrowse files
authored
Merge branch 'arduino:master' into rewriteIPAddress
2 parents b44f1b1 + 1cec094 commit e3dbe46
Copy full SHA for e3dbe46

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎api/IPAddress.h

Copy file name to clipboardExpand all lines: api/IPAddress.h
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.