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
This commit is contained in:
scc%netscape.com
1999-12-07 15:26:41 +00:00
parent 5344c3abe4
commit d35ae0e781

View File

@@ -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;