Skip to content

Commit

Permalink
helpers.h: fixed duplInheritedMember selfcheck warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Apr 10, 2024
1 parent 78052ba commit ed342c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,15 @@ class SimpleTokenizer : public Tokenizer {
: Tokenizer{settings, &errorlogger, preprocessor}
{}

/*
Token* tokens() {
return Tokenizer::tokens();
}
const Token* tokens() const {
return Tokenizer::tokens();
}
*/

/**
* Tokenize code
Expand Down

0 comments on commit ed342c4

Please sign in to comment.