mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Minor clean-ups for GL, removed some old VC6 hacks.
This commit is contained in:
parent
7d9e06d788
commit
0e1b6061d5
27 changed files with 102 additions and 2104 deletions
|
|
@ -44,7 +44,7 @@ void DocumentEditorComponent::documentAboutToClose (OpenDocumentManager::Documen
|
|||
if (document == closingDoc)
|
||||
{
|
||||
jassert (document != nullptr);
|
||||
ProjectContentComponent* pcc = findParentComponentOfClass ((ProjectContentComponent*) 0);
|
||||
ProjectContentComponent* pcc = findParentComponentOfClass<ProjectContentComponent>();
|
||||
|
||||
if (pcc != nullptr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue