mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
modified for warnings in 2010
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@6147 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
50ba9dbe43
commit
20b360fec9
@ -175,6 +175,10 @@ protected:
|
||||
std::list <std::istream *> istream_list;
|
||||
std::list <bool> delete_istream_list;
|
||||
|
||||
std::string m_line;
|
||||
std::string m_line_save;
|
||||
std::string accumulated;
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
/* reset warning C4251 */
|
||||
#pragma warning(default:4251)
|
||||
@ -182,9 +186,6 @@ protected:
|
||||
|
||||
// input data members
|
||||
Keywords::KEYWORDS m_next_keyword;
|
||||
std::string m_line;
|
||||
std::string m_line_save;
|
||||
std::string accumulated;
|
||||
bool accumulate;
|
||||
LINE_TYPE m_line_type;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user