Skip to content

Commit

Permalink
fixed readability-inconsistent-declaration-parameter-name clean-tid…
Browse files Browse the repository at this point in the history
…y warnings
  • Loading branch information
firewave committed Oct 27, 2022
1 parent 9763cbc commit 8f92ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplecpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ namespace simplecpp {
void constFoldLogicalOp(Token *tok);
void constFoldQuestionOp(Token **tok1);

std::string readUntil(Stream &istr, const Location &location, char start, char end, OutputList *outputList);
std::string readUntil(Stream &stream, const Location &location, char start, char end, OutputList *outputList);
void lineDirective(unsigned int fileIndex, unsigned int line, Location *location);

std::string lastLine(int maxsize=100000) const;
Expand Down

0 comments on commit 8f92ef3

Please sign in to comment.