X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;fp=source%2Fglsl%2Fsyntax.cpp;h=32a7b12c6639aebd69344aa7a2f6408c67de308f;hp=e7a3990e5c1478b3fcdf8e5727226b05ba688582;hb=d8bdf61007978e2c3670a22a58e2f105e8347537;hpb=d4b8a3f67c1f7184124bf95caee7e36ae8d6c82a diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index e7a3990e..32a7b12c 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -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),