Removed compiler warning
git-svn-id: svn://10.0.0.236/trunk@29821 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8137b85a24
commit
67ad786bd3
@ -36,8 +36,8 @@ static NS_DEFINE_IID(kIDOMHTMLInputElementIID, NS_IDOMHTMLINPUTELEMENT_IID);
|
||||
//-----------------------------------------------------------------
|
||||
nsTableInspectorDialog::nsTableInspectorDialog(nsBrowserWindow * aBrowserWindow, nsIDOMDocument * aDoc) :
|
||||
nsBaseDialog(aBrowserWindow),
|
||||
mDOMDoc(aDoc),
|
||||
mOKBtn(nsnull)
|
||||
mOKBtn(nsnull),
|
||||
mDOMDoc(aDoc)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@ -790,7 +790,7 @@ class nsXPBaseWindowFactory : public nsIFactory
|
||||
{
|
||||
public:
|
||||
nsXPBaseWindowFactory();
|
||||
~nsXPBaseWindowFactory();
|
||||
virtual ~nsXPBaseWindowFactory();
|
||||
|
||||
// nsISupports methods
|
||||
NS_IMETHOD QueryInterface(const nsIID &aIID, void **aResult);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user