shader/registry: Silence a -Wshadow warning

This commit is contained in:
Lioncash
2020-09-23 15:10:25 -04:00
parent cd6f4f7eed
commit 77532ebde3
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();