fix namespace of macro
This commit is contained in:
parent
f2e7b03f03
commit
e2a6a94ecf
|
@ -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__ );
|
||||
|
|
Loading…
Reference in New Issue