X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftextual%2Fxml_parser.cpp;h=7c81d5ef9d274c25afe88d1f6a2d9bbfcdf4b03a;hb=6d54aee3bc6ce327d3903096aad7b27f9869790e;hp=f20806dbac88b2bdfb621d16ec9df8ba51f67cc3;hpb=3ea085ec301ed1399dfa1e9f3a240312dc95410b;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) {} }