1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Introjucer: misc internal refactoring.

This commit is contained in:
jules 2012-07-09 10:15:26 +01:00
parent 1f2b26a30b
commit c65c7dd4a4
13 changed files with 158 additions and 138 deletions

View file

@ -358,7 +358,7 @@ namespace ProjectSettingsTreeClasses
void addSubItems()
{
addSubItem (new ModulesItem (project));
JucerApplication::getApp()->addExtraConfigItems (project, *this);
JucerApplication::getApp().addExtraConfigItems (project, *this);
int i = 0;
for (Project::ExporterIterator exporter (project); exporter.next(); ++i)