Changed construction order as gcc was warning

This commit is contained in:
mac 2000-09-09 13:52:16 +00:00
commit f7c157c154
4 changed files with 6 additions and 6 deletions

View file

@ -47,8 +47,8 @@ public :
virtual void printHeader(std::ostream& os);
private :
std::string delim;
std::string filename;
std::string delim;
};
#endif