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

XML parser fix. Mac filechooser fix.

This commit is contained in:
jules 2012-01-21 09:10:06 +00:00
parent a90aedce50
commit ffaa06c3d0
7 changed files with 30 additions and 9 deletions

View file

@ -864,7 +864,6 @@ void Project::removeModule (const String& moduleID)
modules.removeChild (i, getUndoManagerFor (modules));
}
void Project::createRequiredModules (const ModuleList& availableModules, OwnedArray<LibraryModule>& modules) const
{
for (int i = 0; i < availableModules.modules.size(); ++i)