Browse Source

Tweak to avoid a compiler warning.

tags/2021-05-28
jules 11 years ago
parent
commit
96054060cd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_core/text/juce_StringPool.h

+ 2
- 0
modules/juce_core/text/juce_StringPool.h View File

@@ -88,6 +88,8 @@ private:
uint32 lastGarbageCollectionTime;
void garbageCollectIfNeeded();
JUCE_DECLARE_NON_COPYABLE (StringPool)
};


Loading…
Cancel
Save