summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/frameworkimpl/status/statustest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/frameworkimpl/status/statustest.cpp')
-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 0fc10e411cb..84fbd875cf2 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", "bar")
+ << vespalib::xml::XmlAttribute("foo", (const char *)"bar")
<< vespalib::xml::XmlContent("content")
<< vespalib::xml::XmlEndTag();
return "";