Skip to content

Commit

Permalink
test/helpers:h: fixed initialization order in `givenACodeSampleToToke…
Browse files Browse the repository at this point in the history
…nize` (#5849)
  • Loading branch information
firewave committed Jan 6, 2024
1 parent 71212c7 commit e3b3048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e3b3048

Please sign in to comment.