1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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

@ -37,7 +37,6 @@ extern GetTypefaceForFont juce_getTypefaceForFont;
//==============================================================================
LookAndFeel::LookAndFeel()
: useNativeAlertWindows (false)
{
/* if this fails it means you're trying to create a LookAndFeel object before
the static Colours have been initialised. That ain't gonna work. It probably
@ -51,7 +50,6 @@ LookAndFeel::LookAndFeel()
LookAndFeel::~LookAndFeel()
{
masterReference.clear();
}
//==============================================================================