From 95cfef300eb1a32d700479d2cefddc3fc4d0b37c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 26 Oct 2016 13:57:05 +0200 Subject: const-ness fixes Change-Id: I83858c0cbca0fc493ac506e2b839e43310f3bb2f --- ucb/qa/cppunit/webdav/webdav_options.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb/qa') diff --git a/ucb/qa/cppunit/webdav/webdav_options.cxx b/ucb/qa/cppunit/webdav/webdav_options.cxx index b1a71ba09b3d..9bdc1c5a93d7 100644 --- a/ucb/qa/cppunit/webdav/webdav_options.cxx +++ b/ucb/qa/cppunit/webdav/webdav_options.cxx @@ -27,7 +27,7 @@ namespace void tearDown( ) override; - void DAVTypesCheckInit( webdav_ucp::DAVOptions& aDavType ); + void DAVTypesCheckInit( webdav_ucp::DAVOptions const & aDavType ); void DAVTypesTest(); void DAVOptsCacheTests(); @@ -51,7 +51,7 @@ namespace { } - void webdav_opts_test::DAVTypesCheckInit( webdav_ucp::DAVOptions& aDavType ) + void webdav_opts_test::DAVTypesCheckInit( webdav_ucp::DAVOptions const & aDavType ) { // check if the class is at reset state // using accessors -- cgit