summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-01 03:43:44 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:41 +0100
commita549d1ded94e3e79046ce5c7a96e5c29b83eae5c (patch)
treeff1570ee6cb2bfe75879913033602fc1223c96b7 /storage/src/tests/frameworkimpl
parent729091a742626fdc702a66d765beff73316c1a2c (diff)
Use value transfer instead.
Diffstat (limited to 'storage/src/tests/frameworkimpl')
-rw-r--r--storage/src/tests/frameworkimpl/status/statustest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/frameworkimpl/status/statustest.cpp b/storage/src/tests/frameworkimpl/status/statustest.cpp
index 84fbd875cf2..0fc10e411cb 100644
--- a/storage/src/tests/frameworkimpl/status/statustest.cpp
+++ b/storage/src/tests/frameworkimpl/status/statustest.cpp
@@ -71,7 +71,7 @@ namespace {
const framework::HttpUrlPath&) const
{
xos << vespalib::xml::XmlTag("mytag")
- << vespalib::xml::XmlAttribute("foo", (const char *)"bar")
+ << vespalib::xml::XmlAttribute("foo", "bar")
<< vespalib::xml::XmlContent("content")
<< vespalib::xml::XmlEndTag();
return "";