Get the Inherited superclasses right. Suggested and reviewed by pierre.

This commit is contained in:
ramiro%netscape.com 1999-08-06 07:40:26 +00:00
parent 94c32d7b27
commit b1484ea0ab
3 changed files with 3 additions and 3 deletions

View File

@ -429,7 +429,7 @@ nsGfxTextControlFrame::AttributeChanged(nsIPresContext* aPresContext,
// Allow the base class to handle common attributes supported
// by all form elements...
else {
result = nsFormControlFrame::AttributeChanged(aPresContext, aChild, aAttribute, aHint);
result = nsTextControlFrame::AttributeChanged(aPresContext, aChild, aAttribute, aHint);
}
// DUMMY

View File

@ -374,7 +374,7 @@ protected:
class nsGfxTextControlFrame : public nsTextControlFrame
{
private:
typedef nsFormControlFrame Inherited;
typedef nsTextControlFrame Inherited;
public:
nsGfxTextControlFrame();

View File

@ -27,7 +27,7 @@ class nsIPresContext;
class nsNativeTextControlFrame : public nsTextControlFrame
{
private:
typedef nsNativeFormControlFrame Inherited;
typedef nsTextControlFrame Inherited;
public:
// nsIFormControlFrame