Skip to content

Commit d939290

Browse files
committed
instream: make argument identifiers of InStreamLookAhead consistent
... between declaration and definition.
1 parent 7472caf commit d939290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instream.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class InStream {
6060
class InStreamLookAhead {
6161
public:
6262
InStreamLookAhead(
63-
InStream &inStr,
63+
InStream &input,
6464
unsigned size,
6565
bool skipWhiteSpaces = false);
6666

0 commit comments

Comments
 (0)