Commit 40289165 by baldurk

Fix warning about function parameter shadowing class member variable

parent 3cb57d37
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment