shader/registry: Silence a -Wshadow warning

This commit is contained in:
Lioncash 2020-09-23 15:10:25 -04:00
parent 34af344aad
commit 2da5a0c30d
2 changed files with 5 additions and 5 deletions

View file

@ -94,7 +94,7 @@ public:
explicit Registry(Tegra::Engines::ShaderType shader_stage, const SerializedRegistryInfo& info);
explicit Registry(Tegra::Engines::ShaderType shader_stage,
Tegra::Engines::ConstBufferEngineInterface& engine);
Tegra::Engines::ConstBufferEngineInterface& engine_);
~Registry();