From 8c8b1f6fbccc49038862e5cfb11991e187c12186 Mon Sep 17 00:00:00 2001 From: "jdunn%netscape.com" Date: Thu, 6 Jan 2000 00:45:48 +0000 Subject: [PATCH] specifying that nsIKBStateControl is public since by default it is private r= git-svn-id: svn://10.0.0.236/trunk@56899 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/gtk/nsWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/widget/src/gtk/nsWidget.h b/mozilla/widget/src/gtk/nsWidget.h index bf11fa0a132..c9714921a78 100644 --- a/mozilla/widget/src/gtk/nsWidget.h +++ b/mozilla/widget/src/gtk/nsWidget.h @@ -65,7 +65,7 @@ class nsIToolkit; * Base of all GTK+ native widgets. */ -class nsWidget : public nsBaseWidget, nsIKBStateControl +class nsWidget : public nsBaseWidget, public nsIKBStateControl { public: nsWidget();