From 1f0a08f25deffa059aae5a0483ab2cefed5e9d1f Mon Sep 17 00:00:00 2001 From: jez_higgins <> Date: Mon, 21 Nov 2005 09:53:59 +0000 Subject: [PATCH] fixed completed mindo in badIndex --- SAX/helpers/AttributesImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAX/helpers/AttributesImpl.h b/SAX/helpers/AttributesImpl.h index 33067e81..1b71ad86 100644 --- a/SAX/helpers/AttributesImpl.h +++ b/SAX/helpers/AttributesImpl.h @@ -484,7 +484,7 @@ public: // sort out std::string msg = "Attempt to modify attribute at illegal index: " + index; - throw new std::out_of_range(msg); + throw std::out_of_range(msg); } struct Attr