mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
SharedResourcePointer: Get a SharedResourcePointer instance without creating one
- Also refactored internals to use weak/shared pointers
This commit is contained in:
parent
6e8210d6b1
commit
418d7b9c38
40 changed files with 256 additions and 43 deletions
|
|
@ -37,6 +37,7 @@ namespace juce::UnitTestCategories
|
|||
static const String gui { "GUI" };
|
||||
static const String json { "JSON" };
|
||||
static const String maths { "Maths" };
|
||||
static const String memory { "Memory" };
|
||||
static const String midi { "MIDI" };
|
||||
static const String native { "Native" };
|
||||
static const String networking { "Networking" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue