Fixed my trace - removed the spurious addressof().

This commit is contained in:
wrenczes@gmail.com
2010-10-07 03:45:57 +00:00
parent 34027bcabc
commit def3293fac
3 changed files with 12 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ void WResourceManager::FlattenTimes(){
}
WResourceManager::WResourceManager(){
//DebugTrace("Init WResourceManager : " << addressof(this) );
DebugTrace("Init WResourceManager : " << this);
#ifdef DEBUG_CACHE
menuCached = 0;
#endif