specifying that nsIKBStateControl is public since by default it is private

r= <noone>


git-svn-id: svn://10.0.0.236/trunk@56899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
2000-01-06 00:45:48 +00:00
parent 9ca17c701d
commit 8c8b1f6fbc

View File

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