Preprocessor: fixed gcc -Wreorder warning
This commit is contained in:
parent
2342b604b0
commit
7f1af06df0
|
@ -2583,7 +2583,7 @@ public:
|
|||
* e.g. "A(x) foo(x);"
|
||||
*/
|
||||
PreprocessorMacro(const std::string ¯o, const Settings* settings)
|
||||
: _macro(macro), tokenlist(settings) {
|
||||
: tokenlist(settings), _macro(macro) {
|
||||
|
||||
// Tokenize the macro to make it easier to handle
|
||||
std::istringstream istr(macro);
|
||||
|
|
Loading…
Reference in New Issue