fixed completed mindo in badIndex

This commit is contained in:
jez_higgins 2005-11-21 09:53:59 +00:00
parent 06fdcf08fb
commit 1f0a08f25d

View file

@ -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