diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-26 13:57:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-26 13:57:05 +0200 |
commit | 95cfef300eb1a32d700479d2cefddc3fc4d0b37c (patch) | |
tree | 33ab6efe01da3dbb38c2020e555b06b4c2a0c01d /ucb/qa | |
parent | 36c4fd5c3310029e00cb6479962623f5fd2d8cd6 (diff) |
const-ness fixes
Change-Id: I83858c0cbca0fc493ac506e2b839e43310f3bb2f
Diffstat (limited to 'ucb/qa')
-rw-r--r-- | ucb/qa/cppunit/webdav/webdav_options.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |