Made const char *

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/branches/ErrorHandling@5962 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2011-12-29 17:37:14 +00:00
parent b52ab4dfea
commit 97a38235cb

View File

@ -24,7 +24,7 @@ class cxxNumKeyword: public PHRQ_base
{
this->description = str;
}
void Set_description(char *str)
void Set_description(const char *str)
{
if (str != NULL)
this->description = str;