X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fparser.h;h=58b14b502f5bf550e1285098a651662fcf653bbe;hb=9d798ac368bfd236a7632a3a15e51bd1112ea63d;hp=b6c8369debb91d379e66d8f1a2afda5f2e53bea9;hpb=af00eefb3f7da48ec4038357035980c31cbcb685;p=libs%2Fgl.git diff --git a/source/glsl/parser.h b/source/glsl/parser.h index b6c8369d..58b14b50 100644 --- a/source/glsl/parser.h +++ b/source/glsl/parser.h @@ -16,7 +16,6 @@ class Parser { private: std::string source; - std::string source_name; unsigned source_index; Tokenizer tokenizer; Preprocessor preprocessor; @@ -33,7 +32,7 @@ public: Module &parse(IO::Base &, const std::string &, unsigned = 0); private: - void parse_source(const std::string &); + void parse_source(const std::string &, unsigned); void set_required_version(const Version &); void stage_change(Stage::Type);