We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7472caf commit d939290Copy full SHA for d939290
src/instream.hh
@@ -60,7 +60,7 @@ class InStream {
60
class InStreamLookAhead {
61
public:
62
InStreamLookAhead(
63
- InStream &inStr,
+ InStream &input,
64
unsigned size,
65
bool skipWhiteSpaces = false);
66
0 commit comments