summaryrefslogtreecommitdiff
path: root/binaryurp/qa/test-unmarshal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/qa/test-unmarshal.cxx')
-rw-r--r--binaryurp/qa/test-unmarshal.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/qa/test-unmarshal.cxx b/binaryurp/qa/test-unmarshal.cxx
index 3e8aac3fec4d..aa6c5a9b81bc 100644
--- a/binaryurp/qa/test-unmarshal.cxx
+++ b/binaryurp/qa/test-unmarshal.cxx
@@ -108,7 +108,7 @@ void Test::testTypeOfVoidSequence() {
try {
m.readType();
CPPUNIT_FAIL("exception expected");
- } catch (css::io::IOException &) {}
+ } catch (const css::io::IOException &) {}
}
CPPUNIT_TEST_SUITE_REGISTRATION(Test);