Fixes for parsing files with comments

This commit is contained in:
Thomas Krijnen
2014-04-02 15:04:09 +00:00
parent 0ecaf28e3e
commit aebb9469a9
2 changed files with 47 additions and 29 deletions
+2
View File
@@ -102,6 +102,8 @@ namespace IfcParse {
class Tokens {
private:
IfcCharacterDecoder* decoder;
unsigned int skipWhitespace();
unsigned int skipComment();
public:
IfcSpfStream* stream;
IfcFile* file;