Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1cec094

Browse files
authored
Merge pull requestarduino#226 from andreagilardoni/ipaddr-fix
Making type() function callable when IPAddress is defined const
2 parentsfc9a636 +0ef90b4 commit1cec094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎api/IPAddress.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class IPAddress : public Printable {
9898
virtualsize_tprintTo(Print& p)const;
9999
StringtoString()const;
100100

101-
IPTypetype() {return _type; }
101+
IPTypetype()const{return _type; }
102102

103103
friendclassUDP;
104104
friendclassClient;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp