Fix deprecation warning.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 19 Nov 2010 17:42:43 +0000 (17:42 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Fri, 19 Nov 2010 17:42:43 +0000 (17:42 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@622 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

samlsign/samlsign.cpp

index ffb545d..b5ddf56 100644 (file)
@@ -126,7 +126,7 @@ int main(int argc,char* argv[])
     char* issuer=nullptr;
     char* prot = nullptr;
     const XMLCh* protocol = nullptr;
-    char* rname = nullptr;
+    const char* rname = nullptr;
     char* rns = nullptr;
 
     for (int i=1; i<argc; i++) {