let's try this and see if Mac is happier

git-svn-id: svn://10.0.0.236/branches/XPCDOM_20010329_BRANCH@92285 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jband%netscape.com
2001-04-14 06:57:20 +00:00
parent 89a1a5814f
commit bbb012f0d1
2 changed files with 2 additions and 1 deletions

View File

@@ -2297,6 +2297,7 @@ public:
// Make ctor and dtor protected (rather than private) to placate nsCOMPtr.
protected:
XPCWrappedNative(); // not implemented
XPCWrappedNative(nsISupports* aIdentity,
XPCWrappedNativeProto* aProto);
virtual ~XPCWrappedNative();

View File

@@ -412,7 +412,7 @@ void DEBUG_CheckForComponentsInScope(XPCCallContext& ccx, JSObject* obj)
"callback code."
"\n";
#ifdef IM_SO_SMART_THAT_I_NEVER_MAKE_MISTAKES
#ifdef I_FOOLISHLY_WANT_TO_IGNORE_THIS_LIKE_THE_OTHER_CRAP_WE_PRINTF
NS_WARNING(msg);
#else
NS_ERROR(msg);