aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp b/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
index 42e1a069ebf..bced837e3a1 100644
--- a/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
+++ b/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
@@ -441,6 +441,7 @@ template XmlAttribute::XmlAttribute(const std::string &, const vespalib::string
template XmlAttribute::XmlAttribute(const std::string &, const vespalib::stringref &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const CharP &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const ConstCharP &, unsigned int);
+template XmlAttribute::XmlAttribute(const std::string &, const bool &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const int16_t &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const int32_t &, unsigned int);
template XmlAttribute::XmlAttribute(const std::string &, const int64_t &, unsigned int);