mirror of https://github.com/davisking/dlib.git
added a comment
This commit is contained in:
parent
5e308fde05
commit
e7baa76655
|
@ -103,6 +103,8 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
doc_handler dh;
|
||||
// Now run the parser and tell it to call our doc_handler for each of the parsing
|
||||
// events.
|
||||
parse_xml(argv[1], dh);
|
||||
}
|
||||
catch (std::exception& e)
|
||||
|
|
Loading…
Reference in New Issue