Added a name of an argument.

This commit is contained in:
Harry Moffat 2003-08-21 22:33:38 +00:00
parent 3e9e01ccce
commit 33c571ca86

View file

@ -91,7 +91,7 @@ namespace ctml {
string getString(const XML_Node& parent, string name);
// these are defined in ct2ctml.cpp
void get_CTML_Tree(XML_Node*, string file);
void get_CTML_Tree(XML_Node* node, string file);
void ct2ctml(const char* file);
}