test/helpers:h: fixed initialization order in `givenACodeSampleToTokenize` (#5849)
This commit is contained in:
parent
71212c7d66
commit
e3b3048d00
|
@ -37,8 +37,8 @@ namespace simplecpp {
|
|||
|
||||
class givenACodeSampleToTokenize {
|
||||
private:
|
||||
Tokenizer tokenizer;
|
||||
const Settings settings;
|
||||
Tokenizer tokenizer;
|
||||
|
||||
public:
|
||||
explicit givenACodeSampleToTokenize(const char sample[], bool createOnly = false, bool cpp = true)
|
||||
|
|
Loading…
Reference in New Issue