Commit b3254eaf authored by Davis King's avatar Davis King

simplified code

parent 2e67aa54
...@@ -135,7 +135,7 @@ int main(int argc, char** argv) ...@@ -135,7 +135,7 @@ int main(int argc, char** argv)
} }
// now make the xml parser and our document and error handlers // now make the xml parser and our document and error handlers
xml_parser::kernel_1a_c parser; xml_parser parser;
doc_handler dh; doc_handler dh;
xml_error_handler eh; xml_error_handler eh;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment