X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;fp=source%2Fglsl%2Fsyntax.h;h=f7c8ed29cedc09229be11f5ce774d78f67107ee3;hp=9bc3c5a872e865ea9f6506bfcc4d1ba04524144e;hb=d8bdf61007978e2c3670a22a58e2f105e8347537;hpb=d4b8a3f67c1f7184124bf95caee7e36ae8d6c82a diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 9bc3c5a8..f7c8ed29 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -430,7 +430,7 @@ struct VariableDeclaration: Statement struct InterfaceBlock: Statement { std::string interface; - std::string name; + std::string block_name; NodePtr members; std::string instance_name; bool array;