mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Fixes for parsing files with comments
This commit is contained in:
@@ -102,6 +102,8 @@ namespace IfcParse {
|
||||
class Tokens {
|
||||
private:
|
||||
IfcCharacterDecoder* decoder;
|
||||
unsigned int skipWhitespace();
|
||||
unsigned int skipComment();
|
||||
public:
|
||||
IfcSpfStream* stream;
|
||||
IfcFile* file;
|
||||
|
||||
Reference in New Issue
Block a user