]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Move the StageType enum inside the Stage struct
[libs/gl.git] / source / glsl / syntax.cpp
index e508ed890c0ddc5a35c0180acdde11f7675d5f8e..b0d462a816acc854f881f0cafd7e599953ea64af 100644 (file)
@@ -262,14 +262,14 @@ void Jump::visit(NodeVisitor &visitor)
 }
 
 
-Stage::Stage(StageType t):
+Stage::Stage(Stage::Type t):
        type(t),
        previous(0)
 { }
 
 
 Module::Module():
-       shared(SHARED)
+       shared(Stage::SHARED)
 { }
 
 } // namespace SL