Fix problem with NS_IF_ADDREF on member variables inside of const

member functions.  This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h

r=troy@netscape.com,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
This commit is contained in:
jdunn@netscape.com
2000-02-17 23:19:18 +00:00
parent 7860c657de
commit d30b76c7fe
37 changed files with 46 additions and 111 deletions

View File

@@ -38,7 +38,6 @@
#include "nsHTMLAtoms.h"
#include "nsHTMLIIDs.h"
#include "nsVoidArray.h"
#include "nsIPtr.h"
#include "nsIView.h"
#include "nsStyleUtil.h"
#include "nsLayoutAtoms.h"
@@ -48,7 +47,6 @@
#include "nsIHTMLTableCellElement.h"
#include "nsIDOMHTMLTableCellElement.h"
NS_DEF_PTR(nsIStyleContext);
static NS_DEFINE_IID(kIHTMLTableCellElementIID, NS_IHTMLTABLECELLELEMENT_IID);
static NS_DEFINE_IID(kIDOMHTMLTableCellElementIID, NS_IDOMHTMLTABLECELLELEMENT_IID);