summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/logfile/rtl_logfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/logfile/rtl_logfile.cxx')
-rw-r--r--sal/qa/rtl/logfile/rtl_logfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/logfile/rtl_logfile.cxx b/sal/qa/rtl/logfile/rtl_logfile.cxx
index 3360fc34d8cf..2b669478d010 100644
--- a/sal/qa/rtl/logfile/rtl_logfile.cxx
+++ b/sal/qa/rtl/logfile/rtl_logfile.cxx
@@ -237,7 +237,7 @@ public:
printf("Please remove logfile* manully! Error is Permision denied!");
#endif
}
- catch (CppUnit::Exception &e)
+ catch (const CppUnit::Exception &e)
{
printf("Exception caught in GlobalObject dtor(). Exception message: '%s'. Source line: %d\n", e.what(), e.sourceLine().lineNumber());
}