Skip to content

Commit f37463e

Browse files
ekpyroncameel
andauthored
Update libsolidity/codegen/ir/IRGenerator.cpp
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
1 parent f3e538d commit f37463e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsolidity/codegen/ir/IRGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ std::string IRGenerator::generate(
101101
std::map<ContractDefinition const*, std::string_view const> const& _otherYulSources
102102
)
103103
{
104-
auto subObjectSources = [&_otherYulSources](util::UniqueVector<ContractDefinition const*> const& subObjects) -> std::string
104+
auto subObjectSources = [&_otherYulSources](UniqueVector<ContractDefinition const*> const& _subObjects) -> std::string
105105
{
106106
std::string subObjectsSources;
107107
for (ContractDefinition const* subObject: subObjects)

0 commit comments

Comments
 (0)