Bug 13058: (Fixed Solaris bustage by removing Inherited typedef)

git-svn-id: svn://10.0.0.236/trunk@47538 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pollmann%netscape.com
1999-09-15 05:31:31 +00:00
parent 696bbb41fa
commit 8791c2aa99
27 changed files with 1096 additions and 180 deletions

View File

@@ -26,11 +26,11 @@ class nsIPresContext;
class nsNativeTextControlFrame : public nsTextControlFrame
{
private:
typedef nsNativeFormControlFrame Inherited;
public:
// nsIFormControlFrame
nsNativeTextControlFrame();
virtual ~nsNativeTextControlFrame();
// nsIFormControlFrame
NS_IMETHOD SetProperty(nsIAtom* aName, const nsString& aValue);
NS_IMETHOD GetProperty(nsIAtom* aName, nsString& aValue);
@@ -75,6 +75,8 @@ public:
virtual nsresult RequiresWidget(PRBool &aRequiresWidget);
protected:
nsString* mCachedState;
};
#endif