1
0
Fork 0
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:
jules 2017-04-03 10:00:07 +01:00
parent dc10e61366
commit a616f336b2
2 changed files with 27 additions and 17 deletions

View file

@ -65,7 +65,5 @@ public:
static void deleteAll();
private:
static Array <DeletedAtShutdown*>& getObjects();
JUCE_DECLARE_NON_COPYABLE (DeletedAtShutdown)
};