]> git.localhorst.tv Git - blank.git/blobdiff - src/io/TokenStreamReader.hpp
fix comment handling in TokenStreamReader
[blank.git] / src / io / TokenStreamReader.hpp
index d4356aa3d91d0e7129ab8ea3353f545f1544d004..9436aba3f3dc355a3d8d050c102d43a4d8e42ed9 100644 (file)
@@ -45,6 +45,8 @@ public:
        unsigned long GetULong();
 
 private:
+       void SkipComments();
+
        void Assert(Token::Type);
        Token::Type GetType() const noexcept;
        const std::string &GetValue() const noexcept;