mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Introjucer: misc internal refactoring.
This commit is contained in:
parent
1f2b26a30b
commit
c65c7dd4a4
13 changed files with 158 additions and 138 deletions
|
|
@ -32,12 +32,12 @@
|
|||
DocumentEditorComponent::DocumentEditorComponent (OpenDocumentManager::Document* document_)
|
||||
: document (document_)
|
||||
{
|
||||
JucerApplication::getApp()->openDocumentManager.addListener (this);
|
||||
JucerApplication::getApp().openDocumentManager.addListener (this);
|
||||
}
|
||||
|
||||
DocumentEditorComponent::~DocumentEditorComponent()
|
||||
{
|
||||
JucerApplication::getApp()->openDocumentManager.removeListener (this);
|
||||
JucerApplication::getApp().openDocumentManager.removeListener (this);
|
||||
}
|
||||
|
||||
void DocumentEditorComponent::documentAboutToClose (OpenDocumentManager::Document* closingDoc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue