X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=b0d462a816acc854f881f0cafd7e599953ea64af;hb=7a16308e72aef363727b21348779673edf8e5c07;hp=e508ed890c0ddc5a35c0180acdde11f7675d5f8e;hpb=696a97bd7411d69953c1a9e4b5f3dfb4c1d848f1;p=libs%2Fgl.git diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index e508ed89..b0d462a8 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -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