From 1498a660af2543881f6e30edd58dbe4fdfb05ab7 Mon Sep 17 00:00:00 2001 From: "ramiro%netscape.com" Date: Sun, 6 Dec 1998 06:07:04 +0000 Subject: [PATCH] Fix Pavlov's bustage. Thanks to Steve Morrison for the fix. git-svn-id: svn://10.0.0.236/trunk@15879 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/gtk/nsTextAreaWidget.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mozilla/widget/src/gtk/nsTextAreaWidget.h b/mozilla/widget/src/gtk/nsTextAreaWidget.h index 0c7a9eec689..28461a23a5e 100644 --- a/mozilla/widget/src/gtk/nsTextAreaWidget.h +++ b/mozilla/widget/src/gtk/nsTextAreaWidget.h @@ -44,6 +44,11 @@ public: protected: NS_METHOD CreateNative(GtkWidget *parentWindow); + +private: + PRBool mMakeReadOnly; + PRBool mMakePassword; }; + #endif // nsTextAreaWidget_h__