diff --git a/glslang/Include/Types.h b/glslang/Include/Types.h index bff7e9a9..e28e5b29 100644 --- a/glslang/Include/Types.h +++ b/glslang/Include/Types.h @@ -999,9 +999,9 @@ public: qualifier.storage = EvqGlobal; } - void init(const TSourceLoc& loc, bool global = false) + void init(const TSourceLoc& l, bool global = false) { - initType(loc); + initType(l); sampler.clear(); initQualifiers(global); shaderQualifiers.init();