removed extraneous cxxDictionary:: from int2char method

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@1645 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2007-01-20 01:22:45 +00:00
parent 4f7eec29d6
commit bd852de57c

View File

@ -32,7 +32,7 @@ public:
std::string *int2string(int i);
char *cxxDictionary::int2char(int i);
char *int2char(int i);
protected:
std::map<std::string, int> stringkey;