mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a method OptionalScopedPointer::reset()
This commit is contained in:
parent
202cad8991
commit
faa847f443
2 changed files with 8 additions and 5 deletions
|
|
@ -110,7 +110,7 @@ public:
|
|||
if (subContentsList != nullptr)
|
||||
{
|
||||
subContentsList->removeChangeListener (this);
|
||||
subContentsList.clear();
|
||||
subContentsList.reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue