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:
parent
b44cb8b710
commit
1aaa598a5f
13 changed files with 50 additions and 62 deletions
|
|
@ -72,7 +72,6 @@ JucerTreeViewBase::JucerTreeViewBase() : textX (0)
|
|||
|
||||
JucerTreeViewBase::~JucerTreeViewBase()
|
||||
{
|
||||
masterReference.clear();
|
||||
}
|
||||
|
||||
void JucerTreeViewBase::refreshSubItems()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue