mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
b52ab4dfea
commit
97a38235cb
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user