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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user