Fix warning about function parameter shadowing class member variable

This commit is contained in:
baldurk 2016-04-09 13:07:25 +02:00
parent 3cb57d3731
commit 40289165dd

View File

@ -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();