From d4fe8e3eb0d0eda24861e05de690cec8735ab996 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 12 Feb 2009 23:47:39 +0000 Subject: [PATCH] Fixed a mix-matched declaration and definition --- Cantera/src/thermo/ThermoPhase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cantera/src/thermo/ThermoPhase.h b/Cantera/src/thermo/ThermoPhase.h index 36f4ab14e..f580dcc19 100755 --- a/Cantera/src/thermo/ThermoPhase.h +++ b/Cantera/src/thermo/ThermoPhase.h @@ -1788,7 +1788,7 @@ namespace Cantera { * @param data Pointer to the XML_Node data containing * information about the species in the phase. */ - void saveSpeciesData(const int k, const XML_Node* data); + void saveSpeciesData(const int k, const XML_Node* const data); //! Return a pointer to the vector of XML nodes containing the species //! data for this phase.