forked from qt-creator/qt-creator
Ensure that the memory pool can be reused after a rewind and get rid of the segmented array.
This commit is contained in:
@@ -624,7 +624,7 @@ bool Class::matchType0(const Type *otherType, TypeMatcher *matcher) const
|
||||
}
|
||||
|
||||
unsigned Class::baseClassCount() const
|
||||
{ return _baseClasses.count(); }
|
||||
{ return _baseClasses.size(); }
|
||||
|
||||
BaseClass *Class::baseClassAt(unsigned index) const
|
||||
{ return _baseClasses.at(index); }
|
||||
|
||||
Reference in New Issue
Block a user