fixing win32 debug bustage; we really need a debug tinderbox!!

This commit is contained in:
darin%meer.net 2004-08-06 19:42:47 +00:00
parent 8f64a8b308
commit be2edb1976
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ protected:
// to help implement nsIStyleRule
#ifdef DEBUG
nsresult List(FILE* out = stdout, PRInt32 aIndent = 0) const;
NS_IMETHOD List(FILE* out = stdout, PRInt32 aIndent = 0) const;
#endif
public:

View File

@ -73,7 +73,7 @@ protected:
// to help implement nsIStyleRule
#ifdef DEBUG
nsresult List(FILE* out = stdout, PRInt32 aIndent = 0) const;
NS_IMETHOD List(FILE* out = stdout, PRInt32 aIndent = 0) const;
#endif
public: