Fix class declaration.
[shibboleth/cpp-xmltooling.git] / xmltooling / security / CredentialCriteria.h
index 3135356..711b431 100644 (file)
@@ -31,13 +31,14 @@ class DSIGKeyInfoList;
 class XSECCryptoKey;
 
 namespace xmlsignature {
-    class XMLTOOL_API Credential;
     class XMLTOOL_API KeyInfo;
     class XMLTOOL_API Signature;
 };
 
 namespace xmltooling {
 
+    class XMLTOOL_API Credential;
+
 #if defined (_MSC_VER)
     #pragma warning( push )
     #pragma warning( disable : 4251 )