X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftextual%2Fxml_parser.cpp;h=7c81d5ef9d274c25afe88d1f6a2d9bbfcdf4b03a;hb=e7ace7a4aacb5178f5c33fd49f2479622d929679;hp=f20806dbac88b2bdfb621d16ec9df8ba51f67cc3;hpb=457b128b77b5b4a0b7dd3094de543de2ce1477ad;p=feisty_meow.git diff --git a/nucleus/library/textual/xml_parser.cpp b/nucleus/library/textual/xml_parser.cpp index f20806db..7c81d5ef 100644 --- a/nucleus/library/textual/xml_parser.cpp +++ b/nucleus/library/textual/xml_parser.cpp @@ -24,6 +24,7 @@ namespace textual { xml_parser::xml_parser(const astring &to_parse) { + _xml_stream = new astring; if (!to_parse) {} }