summaryrefslogtreecommitdiff
path: root/lib/common/Box.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-07-26 20:56:20 +0000
committerChris Wilson <chris+github@qwirx.com>2007-07-26 20:56:20 +0000
commit3fb02f866aab7fb0fae89df384b807bffe2a686c (patch)
treec2012cc8c2230a7f590a9046d68d29b02ea65edd /lib/common/Box.h
parent7ea889902db918ac63c22a06a0ed0a1673ff1b61 (diff)
Typo compile fix.
Diffstat (limited to 'lib/common/Box.h')
-rw-r--r--lib/common/Box.h2
1 files changed, 1 insertions, 1 deletions
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); \
}