X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml2%2Fcore%2FAssertions.h;h=c72ebdeb1d31e5c62856746d5f4fcbd2bb66c169;hp=fb5c7d0cceae564b77cb56bef66a76297408d61d;hb=c757d93dce5a8b4ae02ea42671823ae09dce5068;hpb=152b2172a7af117ff29adf807c7ac5037bbd3da4 diff --git a/saml/saml2/core/Assertions.h b/saml/saml2/core/Assertions.h index fb5c7d0..c72ebde 100644 --- a/saml/saml2/core/Assertions.h +++ b/saml/saml2/core/Assertions.h @@ -477,7 +477,7 @@ namespace opensaml { #ifdef HAVE_COVARIANT_RETURNS return b->buildObject(samlconstants::SAML20_NS, Condition::LOCAL_NAME, samlconstants::SAML20_PREFIX, &schemaType); #else - return dynamic_cast(b->buildObject(samlconstants::SAML20_NS, Condition::LOCAL_NAME, samlconstants::SAML20_PREFIX, &schemaType)); + return dynamic_cast(b->buildObject(samlconstants::SAML20_NS, Condition::LOCAL_NAME, samlconstants::SAML20_PREFIX, &schemaType)); #endif } throw xmltooling::XMLObjectException("Unable to obtain typed builder for Condition.");