mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Minor clean-ups. Jucer development.
This commit is contained in:
parent
61252d75c6
commit
d4435ca8b8
85 changed files with 900 additions and 569 deletions
|
|
@ -307,7 +307,7 @@ const String StringArray::joinIntoString (const String& separator, int start, in
|
|||
String result;
|
||||
result.preallocateStorage (charsNeeded);
|
||||
|
||||
juce_wchar* dest = (juce_wchar*) result;
|
||||
juce_wchar* dest = result;
|
||||
|
||||
while (start < last)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue