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.