mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Updated the API documentation
This commit is contained in:
parent
796848eb8b
commit
9e53cdc78e
9 changed files with 58 additions and 48 deletions
|
|
@ -58,8 +58,8 @@ public:
|
|||
|
||||
@see ReferenceCountedObject, Array, OwnedArray
|
||||
*/
|
||||
ReferenceCountedArray (const int granularity_ = juceDefaultArrayGranularity) throw()
|
||||
: data (granularity_),
|
||||
ReferenceCountedArray (const int granularity = juceDefaultArrayGranularity) throw()
|
||||
: data (granularity),
|
||||
numUsed (0)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue