# | Line 99 | Line 99 | inline ArrayElement *mithep::Array<Array | |
---|---|---|
99 | { | |
100 | // Allocate a slot in the array, *only* to be used in placement new operator. | |
101 | ||
102 | < | return static_cast<ArrayElement*>(fArray[fNumEntries++]); |
102 | > | BaseCollection::Clear(); |
103 | > | return static_cast<ArrayElement*>(fArray[fNumEntries++]); |
104 | } | |
105 | ||
106 | //-------------------------------------------------------------------------------------------------- |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |