1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Minor clean-ups

This commit is contained in:
jules 2014-04-29 14:14:21 +01:00
parent 4e6e2a396e
commit 91d9c96338
23 changed files with 34 additions and 34 deletions

View file

@ -161,7 +161,7 @@ String GeneratedCode::getCallbackDefinitions() const
String GeneratedCode::getClassDeclaration() const
{
StringArray parentClassLines;
parentClassLines.addTokens (parentClasses, ",", String::empty);
parentClassLines.addTokens (parentClasses, ",", StringRef());
parentClassLines.addArray (getExtraParentClasses());
parentClassLines.trim();