fix AIX bustage - explicitly refer to parent constructor even though it's within

the scope of this constructor..
This commit is contained in:
alecf%netscape.com 1999-03-02 01:44:07 +00:00
parent c09373fcd2
commit 532891b5da
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ NS_RemoveFrameInfoEntries(PLHashEntry* he, PRIntn i, void* arg)
// BandList
nsSpaceManager::BandList::BandList()
: BandRect(-1, -1, -1, -1, (nsIFrame*)nsnull)
: nsSpaceManager::BandRect(-1, -1, -1, -1, (nsIFrame*)nsnull)
{
PR_INIT_CLIST(this);
numFrames = 0;

View File

@ -44,7 +44,7 @@ NS_RemoveFrameInfoEntries(PLHashEntry* he, PRIntn i, void* arg)
// BandList
nsSpaceManager::BandList::BandList()
: BandRect(-1, -1, -1, -1, (nsIFrame*)nsnull)
: nsSpaceManager::BandRect(-1, -1, -1, -1, (nsIFrame*)nsnull)
{
PR_INIT_CLIST(this);
numFrames = 0;