mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Ensure that the ContentSharer singleton is cleaned up on shutdown
This commit is contained in:
parent
281ae0b067
commit
1507ceb941
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ namespace juce
|
|||
|
||||
@tags{GUI}
|
||||
*/
|
||||
class JUCE_API ContentSharer
|
||||
class JUCE_API ContentSharer : public DeletedAtShutdown
|
||||
{
|
||||
public:
|
||||
JUCE_DECLARE_SINGLETON (ContentSharer, false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue