Fixed a mix-matched declaration and definition

This commit is contained in:
Harry Moffat 2009-02-12 23:47:39 +00:00
parent 75656f5198
commit d4fe8e3eb0

View file

@ -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.