Skip to content

Commit

Permalink
instream: make argument identifiers of InStreamLookAhead consistent
Browse files Browse the repository at this point in the history
... between declaration and definition.
  • Loading branch information
lzaoral committed Sep 26, 2022
1 parent 7472caf commit d939290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instream.hh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class InStream {
class InStreamLookAhead {
public:
InStreamLookAhead(
InStream &inStr,
InStream &input,
unsigned size,
bool skipWhiteSpaces = false);

Expand Down

0 comments on commit d939290

Please sign in to comment.