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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user