minor cleanup

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/multi_punch@7949 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-08-20 02:34:08 +00:00
parent 0d17c9fc81
commit 187f8598b3

View File

@ -334,7 +334,7 @@ int IPhreeqc::GetSelectedOutputColumnCount(void)const
const char* IPhreeqc::GetSelectedOutputFileName(void)const
{
static char* empty = "";
static const char* empty = "";
std::map< int, std::string >::const_iterator ci = this->SelectedOutputFileNameMap.find(1);
if (ci != this->SelectedOutputFileNameMap.end())
{