fix namespace of macro

This commit is contained in:
imonroe 2006-10-25 16:27:21 +00:00
parent f2e7b03f03
commit e2a6a94ecf
1 changed files with 1 additions and 1 deletions

View File

@ -239,4 +239,4 @@ namespace Debug
}
}
} } //LiveSupport and Core namespaces
#define DEBUG_BLOCK Debug::Block uniquelyNamedStackAllocatedStandardBlock( __PRETTY_FUNCTION__ );
#define DEBUG_BLOCK LiveSupport::Core::Debug::Block uniquelyNamedStackAllocatedStandardBlock( __PRETTY_FUNCTION__ );