Skip to content

Commit

Permalink
put back std::move
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdie committed Jul 19, 2021
1 parent 83389ee commit 7999936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vtcomposite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct TileObject
y{y0},
data{buffer.Data(), buffer.Length()},
buffer_ref{Napi::Persistent(buffer)},
layers{layers0}
layers{std::move(layers0)}
{
}

Expand Down

0 comments on commit 7999936

Please sign in to comment.