From d35ae0e781537945bb218a8df38269bce0f28512 Mon Sep 17 00:00:00 2001 From: "scc%netscape.com" Date: Tue, 7 Dec 1999 15:26:41 +0000 Subject: [PATCH] Mis-spelled one of two instances of |NS_REINTERPRET_CAST|, in the same line yet. Damn :-( git-svn-id: svn://10.0.0.236/trunk@55583 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tests/TestObserverService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/tests/TestObserverService.cpp b/mozilla/xpcom/tests/TestObserverService.cpp index f8838b51820..d3cf1c64d85 100644 --- a/mozilla/xpcom/tests/TestObserverService.cpp +++ b/mozilla/xpcom/tests/TestObserverService.cpp @@ -74,7 +74,7 @@ TestObserver::Observe( nsISupports *aSubject, the compiler currently used on wensleydale. This is a test. */ cout << mName << " has observed something: subject@" << (void*)aSubject - << " name=" << NS_REINTERPRET(TestObserver*, NS_REINTERPRET_CAST(void*, aSubject))->mName + << " name=" << NS_REINTERPRET_CAST(TestObserver*, NS_REINTERPRET_CAST(void*, aSubject))->mName << " aTopic=" << topic << " someData=" << data << endl; return NS_OK;