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