mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Introjucer: minor internal refactoring
This commit is contained in:
parent
6baf778e41
commit
416c8f3220
4 changed files with 12 additions and 11 deletions
|
|
@ -103,9 +103,9 @@ void OpenDocumentManager::clear()
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
void OpenDocumentManager::registerType (DocumentType* type)
|
||||
void OpenDocumentManager::registerType (DocumentType* type, int index)
|
||||
{
|
||||
types.add (type);
|
||||
types.insert (index, type);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue