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
Родитель c09373fcd2
Коммит 532891b5da
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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;