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

Commit0ef90b4

Browse files
making type function callable when IPAddress is defined const
1 parentfc9a636 commit0ef90b4

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