Skip to content

Commit 8050d3c

Browse files
committed
made some TokenList::Stream members private
1 parent 09aa966 commit 8050d3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

simplecpp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ class simplecpp::TokenList::Stream {
287287
isUtf16 = (bom == 0xfeff || bom == 0xfffe);
288288
}
289289

290+
private:
290291
unsigned short getAndSkipBOM()
291292
{
292293
const int ch1 = peek();

0 commit comments

Comments
 (0)