1
0
Fork 0
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:
ed 2020-05-20 18:08:11 +01:00
parent 281ae0b067
commit 1507ceb941

View file

@ -27,7 +27,7 @@ namespace juce
@tags{GUI}
*/
class JUCE_API ContentSharer
class JUCE_API ContentSharer : public DeletedAtShutdown
{
public:
JUCE_DECLARE_SINGLETON (ContentSharer, false)