commented out last check in as "addressof" is not defined in current code set. Is it possibly out of the boost library?

This commit is contained in:
techdragon.nguyen@gmail.com
2010-10-06 16:05:58 +00:00
parent c15bc268b2
commit 652358b8c4

View File

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