1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

New method Array::resize(). Tweaked AudioThumbnail to avoid clearing the input source when loaded. New class SingleThreadedReferenceCountedObject (and used this for Font, Typeface, Expression, Value and ValueTree classes, since none of these were safe to use with threads anyway). Minor additions to GlyphArrangement.

This commit is contained in:
Julian Storer 2011-06-01 11:11:39 +01:00
parent 67e22bbb56
commit 1dac02369e
16 changed files with 324 additions and 112 deletions

View file

@ -1018,7 +1018,7 @@ private:
};
//==============================================================================
class ClipRegionBase : public ReferenceCountedObject
class ClipRegionBase : public SingleThreadedReferenceCountedObject
{
public:
ClipRegionBase() {}