check in header file to match to make use of new SetSize()

This commit is contained in:
alecf%netscape.com 1999-04-13 22:11:57 +00:00
parent 7fd4c187ed
commit 82f7b5f935

View File

@ -32,7 +32,7 @@ public:
// State/attribute member functions
PRUint32 GetSize() const;
PRBool SetSize(PRUint32 nNewSize, PRUint32 nGrowBy = 0);
PRBool SetSize(PRUint32 nNewSize, PRBool AdjustGrowth=PR_FALSE, PRUint32 nGrowBy = 0);
// Accessor member functions
PRUint32 &ElementAt(PRUint32 nIndex);