From 48c800ad3d827cc696574c814e464efd4e6d1864 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Fri, 19 Nov 2010 17:42:43 +0000 Subject: [PATCH] Fix deprecation warning. --- samlsign/samlsign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samlsign/samlsign.cpp b/samlsign/samlsign.cpp index ffb545d..b5ddf56 100644 --- a/samlsign/samlsign.cpp +++ b/samlsign/samlsign.cpp @@ -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