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

Commit5b1b8d4

Browse files
committed
Add const modifier back to response().
This broke the unit tests.
1 parent38ee9be commit5b1b8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Firebase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class FirebaseCall {
9595
return error_;
9696
}
9797

98-
virtualconst String&response() {
98+
virtualconst String&response()const{
9999
return response_;
100100
}
101101

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp