X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Fparser.h;h=b6c8369debb91d379e66d8f1a2afda5f2e53bea9;hb=7a16308e72aef363727b21348779673edf8e5c07;hp=6e4bb38b11dd436e4d289681abcf36f3a2687599;hpb=d3ceb2186dc79130508093b3d0c944771a53534f;p=libs%2Fgl.git diff --git a/source/glsl/parser.h b/source/glsl/parser.h index 6e4bb38b..b6c8369d 100644 --- a/source/glsl/parser.h +++ b/source/glsl/parser.h @@ -35,7 +35,7 @@ public: private: void parse_source(const std::string &); void set_required_version(const Version &); - void stage_change(StageType); + void stage_change(Stage::Type); std::string expect_type(); std::string expect_identifier();