Fix Pavlov's bustage.

Thanks to Steve Morrison <smorrison@gte.com> for the fix.


git-svn-id: svn://10.0.0.236/trunk@15879 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro%netscape.com 1998-12-06 06:07:04 +00:00
parent 947c778f9f
commit 1498a660af

View File

@ -44,6 +44,11 @@ public:
protected:
NS_METHOD CreateNative(GtkWidget *parentWindow);
private:
PRBool mMakeReadOnly;
PRBool mMakePassword;
};
#endif // nsTextAreaWidget_h__