fixed out-of-date preprocessor symbol, should fix AIX build

git-svn-id: svn://10.0.0.236/trunk@25459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%netscape.com
1999-03-29 22:03:50 +00:00
parent e54c5d5a3b
commit 52288e49bf

View File

@@ -21,7 +21,7 @@
#include "nsCOMPtr.h"
#include "nsISupports.h"
#ifndef NSCAP_NO_NEW_CASTS
#ifdef HAVE_CPP_NEW_CASTS
#define STATIC_CAST(T,x) static_cast<T>(x)
#define REINTERPRET_CAST(T,x) reinterpret_cast<T>(x)
#else