mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided an MS compiler warning in DeletedAtShutdown
This commit is contained in:
parent
dc10e61366
commit
a616f336b2
2 changed files with 27 additions and 17 deletions
|
|
@ -65,7 +65,5 @@ public:
|
|||
static void deleteAll();
|
||||
|
||||
private:
|
||||
static Array <DeletedAtShutdown*>& getObjects();
|
||||
|
||||
JUCE_DECLARE_NON_COPYABLE (DeletedAtShutdown)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue