X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fsaml1%2Fcore%2FAssertions.h;h=dc7c6c3b4cc279bd265cd42492fc96dc27904a0a;hp=5a4ef8d34041bb6bcefd6392aa320b2e8f46af06;hb=c757d93dce5a8b4ae02ea42671823ae09dce5068;hpb=152b2172a7af117ff29adf807c7ac5037bbd3da4 diff --git a/saml/saml1/core/Assertions.h b/saml/saml1/core/Assertions.h index 5a4ef8d..dc7c6c3 100644 --- a/saml/saml1/core/Assertions.h +++ b/saml/saml1/core/Assertions.h @@ -280,7 +280,7 @@ namespace opensaml { #ifdef HAVE_COVARIANT_RETURNS return b->buildObject(samlconstants::SAML1_NS, Condition::LOCAL_NAME, samlconstants::SAML1_PREFIX, &schemaType); #else - return dynamic_cast(b->buildObject(samlconstants::SAML1_NS, Condition::LOCAL_NAME, samlconstants::SAML1_PREFIX, &schemaType)); + return dynamic_cast(b->buildObject(samlconstants::SAML1_NS, Condition::LOCAL_NAME, samlconstants::SAML1_PREFIX, &schemaType)); #endif } throw xmltooling::XMLObjectException("Unable to obtain typed builder for Condition.");