Skip to content

Commit

Permalink
Merge branch 'arduino:master' into rewriteIPAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
safocl authored Nov 22, 2023
2 parents b44f1b1 + 1cec094 commit e3dbe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/IPAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class IPAddress : public Printable {
virtual size_t printTo(Print& p) const;
String toString() const;

IPType type() { return _type; }
IPType type() const { return _type; }

friend class UDP;
friend class Client;
Expand Down

0 comments on commit e3dbe46

Please sign in to comment.