From 33c571ca8671b31bfa407bcff9c64349d82e9cb8 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 21 Aug 2003 22:33:38 +0000 Subject: [PATCH] Added a name of an argument. --- Cantera/src/ctml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/ctml.h b/Cantera/src/ctml.h index ca72c3637..395632018 100755 --- a/Cantera/src/ctml.h +++ b/Cantera/src/ctml.h @@ -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); }