]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Rename InterfaceBlock::name to block_name for clarity
[libs/gl.git] / source / glsl / syntax.cpp
index e7a3990e5c1478b3fcdf8e5727226b05ba688582..32a7b12c6639aebd69344aa7a2f6408c67de308f 100644 (file)
@@ -369,7 +369,7 @@ InterfaceBlock::InterfaceBlock():
 InterfaceBlock::InterfaceBlock(const InterfaceBlock &other):
        Statement(other),
        interface(other.interface),
-       name(other.name),
+       block_name(other.block_name),
        members(other.members),
        instance_name(other.instance_name),
        array(other.array),