Made the constructor public so we can access it from the generic module code.

This commit is contained in:
tbogard%aol.net 2000-03-13 07:11:21 +00:00
parent 18cc1f5b7c
commit 1ff8c41b96

View File

@ -69,6 +69,8 @@ class nsWebBrowser : public nsIWebBrowser,
{
friend class nsDocShellTreeOwner;
public:
nsWebBrowser();
NS_DECL_ISUPPORTS
NS_DECL_NSIBASEWINDOW
@ -83,7 +85,6 @@ public:
static NS_METHOD Create(nsISupports* aOuter, const nsIID& aIID, void** ppv);
protected:
nsWebBrowser();
virtual ~nsWebBrowser();
void UpdateListeners();