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:
parent
b44cb8b710
commit
1aaa598a5f
13 changed files with 50 additions and 62 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue