refactor tokenizing
This commit is contained in:
@@ -341,7 +341,7 @@ public:
|
||||
std::size_t getColumn() const {
|
||||
return m_scriptcolumn;
|
||||
}
|
||||
bool bufferContains( const char* str ){
|
||||
bool bufferContains( const char* str ) const {
|
||||
return m_istream.bufferContains( str );
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user