summaryrefslogtreecommitdiff
path: root/xmlsecurity/tools/standalone/csfit/signer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/tools/standalone/csfit/signer.cxx')
-rw-r--r--xmlsecurity/tools/standalone/csfit/signer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/tools/standalone/csfit/signer.cxx b/xmlsecurity/tools/standalone/csfit/signer.cxx
index ee21c0d5fec6..96cf72d2ae71 100644
--- a/xmlsecurity/tools/standalone/csfit/signer.cxx
+++ b/xmlsecurity/tools/standalone/csfit/signer.cxx
@@ -326,7 +326,7 @@ int SAL_CALL main( int argc, char **argv )
OSL_ENSURE( xTemplate.is() ,
"Signer - "
"Cannot generate the xml signature" ) ;
- } catch( Exception& e ) {
+ } catch( const Exception& e ) {
fprintf( stderr , "Error Message: %s\n" , OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US ).getStr() ) ;
goto done ;
}