From e2a6a94ecff578eb12dde1fad722a1eb9854a7ff Mon Sep 17 00:00:00 2001 From: imonroe Date: Wed, 25 Oct 2006 16:27:21 +0000 Subject: [PATCH] fix namespace of macro --- campcaster/src/modules/core/include/LiveSupport/Core/Debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/campcaster/src/modules/core/include/LiveSupport/Core/Debug.h b/campcaster/src/modules/core/include/LiveSupport/Core/Debug.h index 1dc2158e9..67a959c50 100644 --- a/campcaster/src/modules/core/include/LiveSupport/Core/Debug.h +++ b/campcaster/src/modules/core/include/LiveSupport/Core/Debug.h @@ -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__ );