Proper fix for method scoping.
[shibboleth/xmltooling.git] / xmltooling / security / X509TrustEngine.h
index 2501ace..329103a 100644 (file)
@@ -49,7 +49,9 @@ namespace xmltooling {
         
     public:
         virtual ~X509TrustEngine() {}
-        
+
+        using TrustEngine::validate;
+
         /**
          * Determines whether an X.509 credential is valid with respect to the
          * source of credentials supplied.