Skip to content

Commit 620c9ae

Browse files
MaddimaxThePhD
authored andcommitted
Fix type
1 parent fdd6814 commit 620c9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/source/dynamic_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct dynamic_object {
1919
it, { std::move(key), std::move(value) });
2020
}
2121
else {
22-
std::pair<const std::string, sol::main_object>& kvp
22+
std::pair<const std::string, sol::object>& kvp
2323
= *it;
2424
sol::object& entry = kvp.second;
2525
entry = sol::object(std::move(value));

0 commit comments

Comments
 (0)