Removing more extra 0 params from NS_IMPL_LOG macro

This commit is contained in:
warren@netscape.com
2000-10-28 02:24:24 +00:00
parent 4cd8300f50
commit 6d1f85392c
84 changed files with 84 additions and 84 deletions

View File

@@ -39,7 +39,7 @@
#include <qobjectlist.h>
#include "nslog.h"
NS_IMPL_LOG(nsWindowLog, 0)
NS_IMPL_LOG(nsWindowLog)
#define PRINTF NS_LOG_PRINTF(nsWindowLog)
#define FLUSH NS_LOG_FLUSH(nsWindowLog)