removed inline from Set_file_name

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/branches/multi_punch@7929 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-08-13 22:50:56 +00:00
parent 9faaee66d4
commit 1773d7e592

View File

@ -47,7 +47,7 @@ public:
inline bool Get_have_punch_name(void) {return this->have_punch_name;}
inline std::ostream* Get_punch_ostream(void) {return this->punch_ostream;}
inline void Set_file_name(int i);
void Set_file_name(int i);
inline void Set_file_name(std::string s) {this->file_name = s;}
inline void Set_new_def(bool tf) {this->new_def = tf;}
inline void Set_punch_ostream(std::ostream * os) {this->punch_ostream = os;}