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();