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