Fix class declaration.
authorScott Cantor <cantor.2@osu.edu>
Sun, 27 Sep 2009 04:08:58 +0000 (04:08 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 27 Sep 2009 04:08:58 +0000 (04:08 +0000)
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 )