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

Minor introjucer clean-ups.

This commit is contained in:
Julian Storer 2011-07-03 18:51:54 +01:00
parent e381dff4b3
commit 98ba259599
34 changed files with 212 additions and 212 deletions

View file

@ -40,7 +40,7 @@ ProjectTreeViewBase::~ProjectTreeViewBase()
}
//==============================================================================
const String ProjectTreeViewBase::getDisplayName() const
String ProjectTreeViewBase::getDisplayName() const
{
return item.getName().toString();
}
@ -54,7 +54,7 @@ void ProjectTreeViewBase::setName (const String& newName)
}
//==============================================================================
const File ProjectTreeViewBase::getFile() const
File ProjectTreeViewBase::getFile() const
{
return item.getFile();
}