mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Introjucer: misc internal refactoring.
This commit is contained in:
parent
1f2b26a30b
commit
c65c7dd4a4
13 changed files with 158 additions and 138 deletions
|
|
@ -495,7 +495,7 @@ public:
|
|||
MainWindow* mw = dynamic_cast<MainWindow*> (getTopLevelComponent());
|
||||
jassert (mw != nullptr);
|
||||
|
||||
JucerApplication::getApp()->mainWindowList.closeWindow (mw);
|
||||
JucerApplication::getApp().mainWindowList.closeWindow (mw);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue