1
0
Fork 0
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:
Julian Storer 2010-01-04 10:05:39 +00:00
parent 45befc9ed2
commit c7957d7d1e
14 changed files with 147 additions and 206 deletions

View file

@ -33,13 +33,12 @@ BEGIN_JUCE_NAMESPACE
//==============================================================================
ApplicationCommandTarget::ApplicationCommandTarget()
: messageInvoker (0)
{
}
ApplicationCommandTarget::~ApplicationCommandTarget()
{
deleteAndZero (messageInvoker);
messageInvoker = 0;
}
//==============================================================================