1
0
Fork 0
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:
jules 2012-04-03 20:25:05 +01:00
parent 7d9e06d788
commit 0e1b6061d5
27 changed files with 102 additions and 2104 deletions

View file

@ -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)
{