]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/parser.h
Move the StageType enum inside the Stage struct
[libs/gl.git] / source / glsl / parser.h
index 6e4bb38b11dd436e4d289681abcf36f3a2687599..b6c8369debb91d379e66d8f1a2afda5f2e53bea9 100644 (file)
@@ -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();