1
0
Fork 0
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:
jules 2013-12-02 09:44:17 +00:00
parent fb15840f61
commit a316bd5f6f
21 changed files with 44 additions and 44 deletions

View file

@ -1371,7 +1371,7 @@ String TreeViewItem::getTooltip()
var TreeViewItem::getDragSourceDescription()
{
return var::null;
return var();
}
bool TreeViewItem::isInterestedInFileDrag (const StringArray&)