summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/src/IcePack/ComponentBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ComponentBuilder.cpp b/cpp/src/IcePack/ComponentBuilder.cpp
index f99f0bef34e..4c31f890aa6 100644
--- a/cpp/src/IcePack/ComponentBuilder.cpp
+++ b/cpp/src/IcePack/ComponentBuilder.cpp
@@ -452,7 +452,7 @@ IcePack::ComponentHandler::getAttributeValueWithDefault(const IceXML::Attributes
string
IcePack::ComponentHandler::elementValue() const
{
- return _elements.top();
+ return _builder.substitute(_elements.top());
}
bool