mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors.
This commit is contained in:
parent
fb15840f61
commit
a316bd5f6f
21 changed files with 44 additions and 44 deletions
|
|
@ -1371,7 +1371,7 @@ String TreeViewItem::getTooltip()
|
|||
|
||||
var TreeViewItem::getDragSourceDescription()
|
||||
{
|
||||
return var::null;
|
||||
return var();
|
||||
}
|
||||
|
||||
bool TreeViewItem::isInterestedInFileDrag (const StringArray&)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue