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

Commit66ea405

Browse files
authored
Fix formatting in String.h
1 parentc7b6a39 commit66ea405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎api/String.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ class String
207207

208208
// modification
209209
voidinsert(char c,unsignedint index) {returninsert(String(c), index,1); };
210-
voidinsert(const String &str,unsignedint index,unsignedint length);
211-
voidreplace(char find,char replace);
210+
voidinsert(const String &str,unsignedint index,unsignedint length);
211+
voidreplace(char find,char replace);
212212
voidreplace(const String& find,const String& replace);
213213
voidremove(unsignedint index);
214214
voidremove(unsignedint index,unsignedint count);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp