Changed construction order as gcc was warning
This commit is contained in:
parent
fd8a2529a5
commit
f7c157c154
4 changed files with 6 additions and 6 deletions
|
|
@ -47,8 +47,8 @@ public :
|
|||
virtual void printHeader(std::ostream& os);
|
||||
|
||||
private :
|
||||
std::string delim;
|
||||
std::string filename;
|
||||
std::string delim;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue