simplified code

This commit is contained in:
Davis King 2012-11-17 23:53:22 -05:00
parent 2e67aa546e
commit b3254eaf0c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ int main(int argc, char** argv)
}
// now make the xml parser and our document and error handlers
xml_parser::kernel_1a_c parser;
xml_parser parser;
doc_handler dh;
xml_error_handler eh;