1
0
Fork 0
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:
jules 2017-12-13 11:05:22 +00:00
parent 202cad8991
commit faa847f443
2 changed files with 8 additions and 5 deletions

View file

@ -110,7 +110,7 @@ public:
if (subContentsList != nullptr)
{
subContentsList->removeChangeListener (this);
subContentsList.clear();
subContentsList.reset();
}
}