diff options
Diffstat (limited to 'Swiften/Parser/AttributeMap.cpp')
-rw-r--r-- | Swiften/Parser/AttributeMap.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/Parser/AttributeMap.cpp b/Swiften/Parser/AttributeMap.cpp index f6767de..7814a64 100644 --- a/Swiften/Parser/AttributeMap.cpp +++ b/Swiften/Parser/AttributeMap.cpp @@ -56 +56,5 @@ void AttributeMap::addAttribute(const std::string& name, const std::string& ns, } + +void AttributeMap::addAttribute(const std::string& name, const std::string& ns, const std::string& prefix, const std::string& value) { + attributes.push_back(Entry(Attribute(name, ns, prefix), value)); +} |