Skip to content

Commit 276f09b

Browse files
committed
made some TokenList::Stream members private
1 parent a0f7613 commit 276f09b

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
@@ -302,6 +302,7 @@ class simplecpp::TokenList::Stream {
302302
isUtf16 = (bom == 0xfeff || bom == 0xfffe);
303303
}
304304

305+
private:
305306
unsigned short getAndSkipBOM()
306307
{
307308
const int ch1 = peek();

0 commit comments

Comments
 (0)