aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hybrid/custom/wildcard/envelope.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hybrid/custom/wildcard/envelope.hxx')
-rw-r--r--examples/cxx/hybrid/custom/wildcard/envelope.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/hybrid/custom/wildcard/envelope.hxx b/examples/cxx/hybrid/custom/wildcard/envelope.hxx
index 56abedd..de2ba0a 100644
--- a/examples/cxx/hybrid/custom/wildcard/envelope.hxx
+++ b/examples/cxx/hybrid/custom/wildcard/envelope.hxx
@@ -15,7 +15,7 @@ namespace email
class envelope: public envelope_base
{
public:
- typedef xml_schema::var_seq<email::body> body_sequence;
+ typedef xml_schema::var_sequence<email::body> body_sequence;
typedef body_sequence::iterator body_iterator;
typedef body_sequence::const_iterator body_const_iterator;