mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Workarounds for VC6.
This commit is contained in:
parent
cc607e0a38
commit
b952084419
44 changed files with 851 additions and 686 deletions
|
|
@ -251,7 +251,9 @@ Component::Component (const String& name)
|
|||
|
||||
Component::~Component()
|
||||
{
|
||||
#if ! JUCE_VC6 // (access to private union not allowed in VC6)
|
||||
static_jassert (sizeof (flags) <= sizeof (componentFlags_));
|
||||
#endif
|
||||
|
||||
componentListeners.call (&ComponentListener::componentBeingDeleted, *this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue