fixed problem with formatting size_t

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8683 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-04-29 21:38:45 +00:00
parent 071f82574d
commit d8f65736b0

View File

@ -889,6 +889,8 @@ protected:
bool get_sel_out_file_on(int n)const;
std::string sel_file_name(int n_user);
std::string create_file_name(const char *prefix, const char *suffix);
bool get_sel_out_string_on(int n)const;
protected: