mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
Clarified docstring for String::insertChar
svn-id: r40382
This commit is contained in:
parent
c38c0980cd
commit
c91a6c97ae
@ -194,7 +194,7 @@ public:
|
||||
/** Set character c at position p, replacing the previous character there. */
|
||||
void setChar(char c, uint32 p);
|
||||
|
||||
/** Set character c at position p. */
|
||||
/** Insert character c before position p. */
|
||||
void insertChar(char c, uint32 p);
|
||||
|
||||
/** Clears the string, making it empty. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user