Added marker interface for assertion types.
[shibboleth/cpp-opensaml.git] / samltest / signature / SAML1ResponseTest.h
index 2eac008..5f07967 100644 (file)
@@ -119,7 +119,7 @@ public:
         assertEquals("Unmarshalled response does not match", expectedChildElementsDOM, response2.get(), false);
         
         try {
-            SignatureProfileValidator spv;
+            opensaml::SignatureProfileValidator spv;
             spv.validate(dynamic_cast<Response*>(response2.get())->getAssertions().front()->getSignature());
             spv.validate(dynamic_cast<Response*>(response2.get())->getSignature());