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

git-svn-id: svn://10.0.0.236/trunk@160456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2004-08-06 19:42:47 +00:00
parent b13cd5f163
commit 8c48fd6972
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: