mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Whitespace
This commit is contained in:
parent
5a5fa35368
commit
85cd905fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ public:
|
|||
void remove (int index);
|
||||
|
||||
/** Finds a string in the array and removes it.
|
||||
This will remove all occurrences of the given string from the array.
|
||||
This will remove all occurrences of the given string from the array.
|
||||
The comparison may be case-insensitive depending on the ignoreCase parameter.
|
||||
*/
|
||||
void removeString (StringRef stringToRemove,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue