1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes

This commit is contained in:
jules 2017-09-27 12:57:55 +01:00
parent b44cb8b710
commit 1aaa598a5f
13 changed files with 50 additions and 62 deletions

View file

@ -72,7 +72,6 @@ JucerTreeViewBase::JucerTreeViewBase() : textX (0)
JucerTreeViewBase::~JucerTreeViewBase()
{
masterReference.clear();
}
void JucerTreeViewBase::refreshSubItems()