mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Clean-ups and small fix for plugin hosting classes.
This commit is contained in:
parent
45befc9ed2
commit
c7957d7d1e
14 changed files with 147 additions and 206 deletions
|
|
@ -33,13 +33,12 @@ BEGIN_JUCE_NAMESPACE
|
|||
|
||||
//==============================================================================
|
||||
ApplicationCommandTarget::ApplicationCommandTarget()
|
||||
: messageInvoker (0)
|
||||
{
|
||||
}
|
||||
|
||||
ApplicationCommandTarget::~ApplicationCommandTarget()
|
||||
{
|
||||
deleteAndZero (messageInvoker);
|
||||
messageInvoker = 0;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue