@@ -67,8 +67,8 @@ - (OFString *)description { return [OFString stringWithFormat: @"The namespace %@ is not bound in an element of type %@!", - _namespace, [_element class]]; + _namespace, _element.class]; } @end