1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Fixed a few Array::removeValue calls that I'd missed..

This commit is contained in:
jules 2012-07-07 22:23:47 +01:00
parent 0475cedff5
commit a866a9c2cf
5 changed files with 6 additions and 6 deletions

View file

@ -108,7 +108,7 @@ PluginWindow* PluginWindow::getWindowFor (AudioProcessorGraph::Node* node,
PluginWindow::~PluginWindow()
{
activePluginWindows.removeValue (this);
activePluginWindows.removeFirstMatchingValue (this);
clearContentComponent();
}