Fix gcc 2.7 bustage. It smells a lot like a bug in gcc. It was having

trouble dealing with the Inherited typedef in the class declaration.
I replaced |Inherited| with the real thing Inherited was aliasing and all is
ok.  Pierre code reviewed.


git-svn-id: svn://10.0.0.236/trunk@42413 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com
1999-08-06 07:14:43 +00:00
parent 8619886f8c
commit 6537159c2b
4 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ nsNativeFormControlFrame::Reflow(nsIPresContext& aPresContext,
}
if (! requiresWidget) {
return Inherited::Reflow(aPresContext, aDesiredSize, aReflowState, aStatus);
return nsFormControlFrame::Reflow(aPresContext, aDesiredSize, aReflowState, aStatus);
}
// add ourself as an nsIFormControlFrame