From 3fb02f866aab7fb0fae89df384b807bffe2a686c Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 26 Jul 2007 20:56:20 +0000 Subject: Typo compile fix. --- lib/common/Box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/Box.h b/lib/common/Box.h index 9c0141d7..080b56b2 100644 --- a/lib/common/Box.h +++ b/lib/common/Box.h @@ -112,7 +112,7 @@ #define THROW_EXCEPTION(type, subtype) \ { \ OPTIONAL_DO_BACKTRACE \ - BOX_WARN("Exception thrown: " #type "(" #subtype ") at " \ + BOX_WARNING("Exception thrown: " #type "(" #subtype ") at " \ __FILE__ "(" << __LINE__ << ")") \ throw type(type::subtype); \ } -- cgit v1.2.3