mirror of https://github.com/davisking/dlib.git
simplified code
This commit is contained in:
parent
2e67aa546e
commit
b3254eaf0c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue