diff --git a/SAX/helpers/NamespaceSupport.h b/SAX/helpers/NamespaceSupport.h index caf85667..9a09a9dc 100644 --- a/SAX/helpers/NamespaceSupport.h +++ b/SAX/helpers/NamespaceSupport.h @@ -105,7 +105,7 @@ class basic_NamespaceSupport void reset() { contexts_.clear(); - contexts_.push_back(Conext()); + contexts_.push_back(Context()); contexts_.back().insert(std::make_pair(nsc_.xml, nsc_.xmlns_uri)); } // reset