1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00

Minor clean-ups

This commit is contained in:
Julian Storer 2010-01-20 18:52:23 +00:00
parent 40b96bf64b
commit 0c1df99d2d
4 changed files with 9 additions and 9 deletions

View file

@ -97,7 +97,7 @@ public:
if (maxNumElements < numAllocated)
setAllocatedSize (maxNumElements);
}
/** Swap the contents of two objects. */
void swapWith (ArrayAllocationBase <ElementType>& other)
{