mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
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:
parent
4f7eec29d6
commit
bd852de57c
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user